add aliases for movs between seg registers and mem. There are multiple
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-iv-0.ll
index dde291f3737504501ab897b3e26dea3833624bdd..2af794fbbc3e91b70e91a749142bfbe981f68d43 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -disable-output -scalar-evolution -analyze \
-; RUN:  | grep { -->  \{-128,+,1\}<bb1>                Exits: 127} | count 5
+; RUN: opt < %s -scalar-evolution -analyze \
+; RUN:  | grep { -->  \{-128,+,1\}<%bb1>               Exits: 127} | count 5
 
 ; Convert (sext {-128,+,1}) to {sext(-128),+,sext(1)}, since the
 ; trip count is within range where this is safe.