diff options
Diffstat (limited to 'test/Transforms/ScalarRepl/badarray.ll')
-rw-r--r-- | test/Transforms/ScalarRepl/badarray.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/badarray.ll b/test/Transforms/ScalarRepl/badarray.ll index 22e84f8..fa3156b 100644 --- a/test/Transforms/ScalarRepl/badarray.ll +++ b/test/Transforms/ScalarRepl/badarray.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -scalarrepl -mem2reg | dis | grep alloca +; RUN: llvm-as < %s | opt -scalarrepl -mem2reg | llvm-dis | grep alloca int %test() { %X = alloca [ 4 x int ] |