diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-11-01 18:13:29 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-01 18:13:29 +0000 |
| commit | 50bc004b676a3415861886886989c705771f37cd (patch) | |
| tree | 50cdeb54b8ceb95797264cef688be7525853d28b /llvm/test/CodeGen | |
| parent | 253bc77513c9e7f334ea8c9f95d072a5cf97cd14 (diff) | |
| download | bcm5719-llvm-50bc004b676a3415861886886989c705771f37cd.tar.gz bcm5719-llvm-50bc004b676a3415861886886989c705771f37cd.zip | |
Fix tests.
llvm-svn: 85723
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-bcc.ll | 4 | ||||
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-cbnz.ll | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-bcc.ll b/llvm/test/CodeGen/Thumb2/thumb2-bcc.ll index e1f9cdbf8c6..aae9f5c0af7 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-bcc.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-bcc.ll @@ -2,8 +2,8 @@ ; RUN: llc < %s -march=thumb -mattr=+thumb2 | not grep it define i32 @t1(i32 %a, i32 %b, i32 %c) { -; CHECK: t1 -; CHECK: beq +; CHECK: t1: +; CHECK: cbz %tmp2 = icmp eq i32 %a, 0 br i1 %tmp2, label %cond_false, label %cond_true diff --git a/llvm/test/CodeGen/Thumb2/thumb2-cbnz.ll b/llvm/test/CodeGen/Thumb2/thumb2-cbnz.ll index 55c1276e41b..64587c13fdd 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-cbnz.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-cbnz.ll @@ -20,8 +20,8 @@ bb7: ; preds = %bb3 br i1 %a, label %bb11, label %bb9 bb9: ; preds = %bb7 -; CHECK: @ BB#3: -; CHECK: cbnz +; CHECK: @ BB#2: +; CHECK-NEXT: cbnz %0 = tail call arm_apcscc double @floor(double %b) nounwind readnone ; <double> [#uses=0] br label %bb11 |

