The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / test / Analysis / ScalarEvolution / sext-iv-1.ll
index ca6ad0aaba12108c7b3afe79c74fcc689666d138..9063cbb22a7c4107d97f41f596b733b3cbec7c18 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -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.