diff options
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/AggregatePromote.ll')
-rw-r--r-- | llvm/test/Transforms/ScalarRepl/AggregatePromote.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/AggregatePromote.ll b/llvm/test/Transforms/ScalarRepl/AggregatePromote.ll index ea16b5e5eea..67ccad05cc2 100644 --- a/llvm/test/Transforms/ScalarRepl/AggregatePromote.ll +++ b/llvm/test/Transforms/ScalarRepl/AggregatePromote.ll @@ -1,5 +1,5 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca && -; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl -disable-output +; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \ +; RUN: not grep alloca target endian = big target pointersize = 32 |