diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll b/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll index c5c059b154..ae65933f01 100644 --- a/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll +++ b/test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {alloca %T} +; RUN: opt %s -scalarrepl | llvm-dis | grep {alloca %T} %T = type { [80 x i8], i32, i32 } declare i32 @.callback_1(i8*) |