aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ifcvt6-tc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/ifcvt6-tc.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt6-tc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/ifcvt6-tc.ll b/test/CodeGen/ARM/ifcvt6-tc.ll
index 5b28804..40b32cc 100644
--- a/test/CodeGen/ARM/ifcvt6-tc.ll
+++ b/test/CodeGen/ARM/ifcvt6-tc.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
; RUN: grep cmpne | count 1
; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
-; RUN: grep bhi | count 1
+; RUN: grep bls | count 1
; Here, tail call wins over eliminating branches. It is 1 fewer instruction
; and removes all stack accesses, so seems like a win.