diff options
Diffstat (limited to 'test/Transforms/ArgumentPromotion/aggregate-promote.ll')
-rw-r--r-- | test/Transforms/ArgumentPromotion/aggregate-promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ArgumentPromotion/aggregate-promote.ll b/test/Transforms/ArgumentPromotion/aggregate-promote.ll index a74813f..62b1a07 100644 --- a/test/Transforms/ArgumentPromotion/aggregate-promote.ll +++ b/test/Transforms/ArgumentPromotion/aggregate-promote.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -argpromotion -instcombine | not grep load +; RUN: llvm-as < %s | opt -argpromotion -instcombine | llvm-dis | not grep load %QuadTy = type { i32, i32, i32, i32 } @G = constant %QuadTy { |