add aliases for movs between seg registers and mem. There are multiple
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-iv-1.ll
index 02c3206c6fe76ad052ba3b96639270ef22be8787..9063cbb22a7c4107d97f41f596b733b3cbec7c18 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -disable-output -scalar-evolution -analyze \
-; RUN:  | grep { -->  (sext i. \{.\*,+,.\*\}<bb1> to i64)} | count 5
+; RUN: opt < %s -scalar-evolution -analyze \
+; RUN:  | grep { -->  (sext i. \{.\*,+,.\*\}<%bb1> to i64)} | count 5
 
 ; Don't convert (sext {...,+,...}) to {sext(...),+,sext(...)} in cases
 ; where the trip count is not within range.