summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-cbnz.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-05-06 05:23:07 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-05-06 05:23:07 +0000
commit5e926ac651ac497ab782439a3a42840d0ef6f57c (patch)
treedc044694750bb1d6259bf17f85c58b74bf889b50 /test/CodeGen/Thumb2/thumb2-cbnz.ll
parentd363ff334d796c7f3df834d928a10d88ed758454 (diff)
downloadexternal_llvm-5e926ac651ac497ab782439a3a42840d0ef6f57c.zip
external_llvm-5e926ac651ac497ab782439a3a42840d0ef6f57c.tar.gz
external_llvm-5e926ac651ac497ab782439a3a42840d0ef6f57c.tar.bz2
Re-revert r130877; it's apparently causing a regression on 197.parser,
possibly related to cbnz formation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-cbnz.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-cbnz.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-cbnz.ll b/test/CodeGen/Thumb2/thumb2-cbnz.ll
index 0ca9764..10a4985 100644
--- a/test/CodeGen/Thumb2/thumb2-cbnz.ll
+++ b/test/CodeGen/Thumb2/thumb2-cbnz.ll
@@ -21,8 +21,8 @@ bb7: ; preds = %bb3
bb9: ; preds = %bb7
; CHECK: cmp r0, #0
-; CHECK-NOT: cmp
-; CHECK: cbnz
+; CHECK: cmp r0, #0
+; CHECK-NEXT: cbnz
%0 = tail call double @floor(double %b) nounwind readnone ; <double> [#uses=0]
br label %bb11