Don't skip debug instructions when looking for the insertion point of
[oota-llvm.git] / test / Transforms / IndVarSimplify / 2003-04-16-ExprAnalysis.ll
index 2487ea95e27d915f7a70f617e249251b79655d62..38fa112bdb5ee69890e35c44adb3b2ce0b67a919 100644 (file)
@@ -1,7 +1,7 @@
 ; This is a test case for the expression analysis code, not really indvars.
 ; It was assuming any constant of int type was a ConstantInteger.
 ;
-; RUN: llvm-as < %s | opt -indvars
+; RUN: opt < %s -indvars
 
 @X = global i32 7               ; <i32*> [#uses=1]