summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-bcc.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-01 18:13:29 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-01 18:13:29 +0000
commit1107f03ef43b4777f0289030e1ee1b38980a7b32 (patch)
tree3827accac4e6006654f495eb8d553bb90fd17ce7 /test/CodeGen/Thumb2/thumb2-bcc.ll
parent4a7642ec9c33bcf8ed65231f382fb6d9a0f46f3a (diff)
downloadllvm-1107f03ef43b4777f0289030e1ee1b38980a7b32.tar.gz
llvm-1107f03ef43b4777f0289030e1ee1b38980a7b32.tar.bz2
llvm-1107f03ef43b4777f0289030e1ee1b38980a7b32.tar.xz
Fix tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85723 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-bcc.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-bcc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-bcc.ll b/test/CodeGen/Thumb2/thumb2-bcc.ll
index e1f9cdbf8c..aae9f5c0af 100644
--- a/test/CodeGen/Thumb2/thumb2-bcc.ll
+++ b/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