diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll b/test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll index 0a604e9dcc..37f071b681 100644 --- a/test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll +++ b/test/Transforms/ScalarRepl/2009-05-08-I1Crash.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis +; RUN: opt %s -scalarrepl | llvm-dis ; PR4146 %wrapper = type { i1 } |