diff options
| author | Dan Gohman <gohman@apple.com> | 2008-06-09 22:36:45 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-06-09 22:36:45 +0000 |
| commit | 632a55e2ccffae32e814c39258983c15d348501a (patch) | |
| tree | affa91afdb242a305c17a8ed14283f2c06fac9e2 /llvm/test/Transforms/ArgumentPromotion | |
| parent | e38cc012445e4f9bcf1d753a349f676b217c6885 (diff) | |
| download | bcm5719-llvm-632a55e2ccffae32e814c39258983c15d348501a.tar.gz bcm5719-llvm-632a55e2ccffae32e814c39258983c15d348501a.zip | |
Fix two more not-grep tests that were missing llvm-dis.
llvm-svn: 52159
Diffstat (limited to 'llvm/test/Transforms/ArgumentPromotion')
| -rw-r--r-- | llvm/test/Transforms/ArgumentPromotion/aggregate-promote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ArgumentPromotion/aggregate-promote.ll b/llvm/test/Transforms/ArgumentPromotion/aggregate-promote.ll index a74813f15ff..62b1a07c434 100644 --- a/llvm/test/Transforms/ArgumentPromotion/aggregate-promote.ll +++ b/llvm/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 { |

