diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-09-14 09:30:17 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-09-14 09:30:17 +0000 |
commit | 6f9eea87f77ab163dda86b0a582e19f5bc1d7f6b (patch) | |
tree | 3586f9a3193bf736ac2e5732f5b9916cf6f90b13 | |
parent | de90bfd14af1a850ec43438d9cfffeb83f50a5a1 (diff) |
forgot the testcase change for r113839
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113840 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/arm-and-tst-peephole.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/arm-and-tst-peephole.ll b/test/CodeGen/ARM/arm-and-tst-peephole.ll index 77bc9eec1a..8d42a794fe 100644 --- a/test/CodeGen/ARM/arm-and-tst-peephole.ll +++ b/test/CodeGen/ARM/arm-and-tst-peephole.ll @@ -17,8 +17,7 @@ tailrecurse: ; preds = %sw.bb, %entry %tmp2 = load i8** %scevgep5 %0 = ptrtoint i8* %tmp2 to i32 -; CHECK: and lr, r12, #3 -; CHECK-NEXT: tst r12, #3 +; CHECK: ands r12, r12, #3 ; CHECK-NEXT: beq LBB0_4 ; T2: movs r5, #3 |