diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll b/llvm/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll index 3ed356181ea..d5c8db76de8 100644 --- a/llvm/test/CodeGen/Thumb/2014-06-10-thumb1-ldst-opt-bug.ll +++ b/llvm/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 + %0 = load i32, i32* %A, align 4 %arrayidx1 = getelementptr inbounds i32, i32* %A, i32 1 - %1 = load i32* %arrayidx1, align 4 + %1 = load i32, i32* %arrayidx1, align 4 tail call void @bar(i32* %A, i32 %0, i32 %1) #2 ret void } |