Generalize target-independent folding rules for sizeof to handle more
[oota-llvm.git] / test / Transforms / IndVarSimplify / ada-loops.ll
index 56325b36cbbef2efe5095e71c4dd80812b3e25cb..436840ae907502fe1c37ce25e824f88e808635d0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: grep phi %t | count 4
 ; RUN: grep {= phi i32} %t | count 4
 ; RUN: not grep {sext i} %t