filecheckize
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-10-29-ArrayProblem.ll
index c5c059b154dd4d85a64dc9e33d6f9bd97ba2ea92..24e6a3195f13145af6d8ee92b54658274f0bb706 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {alloca %T}
+; RUN: opt < %s -scalarrepl -S | grep {alloca %T}
 
 %T = type { [80 x i8], i32, i32 }
 declare i32 @.callback_1(i8*)