Merging r257730:
[oota-llvm.git] / test / Analysis / ScalarEvolution / div-overflow.ll
index 0c01044b977f89773f20dd848af92f92836b630a..aca964ae62b6e4f04db7181e37b4f293e179e88c 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: opt < %s -scalar-evolution -analyze -disable-output \
-; RUN:  | grep {\\-->  ((-128 \\* %a) /u -128)}
+; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
+
+; CHECK: -->  ((-128 * %a) /u -128)
 
 ; Don't let ScalarEvolution fold this div away.