diff options
Diffstat (limited to 'test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll')
-rw-r--r-- | test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll b/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll index cfa1159..d5c8db7 100644 --- a/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll +++ b/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll @@ -7,9 +7,9 @@ entry: ; CHECK: ldm ; CHECK-NEXT: subs ; CHECK-NEXT: bl - %0 = load i32* %A, align 4 - %arrayidx1 = getelementptr inbounds i32* %A, i32 1 - %1 = load i32* %arrayidx1, align 4 + %0 = load i32, i32* %A, align 4 + %arrayidx1 = getelementptr inbounds i32, i32* %A, i32 1 + %1 = load i32, i32* %arrayidx1, align 4 tail call void @bar(i32* %A, i32 %0, i32 %1) #2 ret void } |