implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / Analysis / ScalarEvolution / nsw.ll
index ce34662fedbac0e6f90399272a0cec86ec56cfd6..456f3f059fe39b7ecdc85f4943137c1c5d243cdd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output | grep { -->  {.*,+,.*}<bb>} | count 8
+; RUN: opt < %s -analyze -scalar-evolution | grep { -->  {.*,+,.*}<%bb>} | count 8
 
 ; The addrecs in this loop are analyzable only by using nsw information.