Fix an inverted condition.
[oota-llvm.git] / test / CodeGen / ARM / ifcvt6-tc.ll
index 5b28804f380fbc736e5e5e0c145d355ca05451b1..40b32ccf467b81e584ebc4c327445c2c5abc6301 100644 (file)
@@ -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.