Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-05-25-NegativeStepToZero.ll
index 42472fd22a7a83715d60d0be5e0065dce1807f06..41734d70f0717adf9644031ec0f30a8511e5fbe0 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output \
-; RUN:   -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 61}
+; RUN: opt < %s -analyze -scalar-evolution \
+; RUN:   -scalar-evolution-max-iterations=0 | grep "backedge-taken count is 61"
 ; PR2364
 
 define i32 @func_6() nounwind  {