Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / test / Analysis / ScalarEvolution / div-overflow.ll
index 5d8dbd3a42d7272323e62803d4b516483dc730f8..28467975606f59d456b6da00218a6a368c8832df 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -scalar-evolution -analyze -disable-output \
-; RUN:  | grep {\\-->  ((-128 \\* %a) /u -128)}
+; RUN: opt < %s -scalar-evolution -analyze \
+; RUN:  | grep "\-->  ((-128 \* %a) /u -128)"
 
 ; Don't let ScalarEvolution fold this div away.