aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ArgumentPromotion
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-09 22:36:45 +0000
committerDan Gohman <gohman@apple.com>2008-06-09 22:36:45 +0000
commit9eb698b96d8b753b2f5025baae0712167cf7fb03 (patch)
treeb0ba2da57f3327c122bb54ddd44acdb7bf2636f8 /test/Transforms/ArgumentPromotion
parent9ea3f56d07875ecb4ae2cd5bc14a9563b9742553 (diff)
Fix two more not-grep tests that were missing llvm-dis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ArgumentPromotion')
-rw-r--r--test/Transforms/ArgumentPromotion/aggregate-promote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ArgumentPromotion/aggregate-promote.ll b/test/Transforms/ArgumentPromotion/aggregate-promote.ll
index a74813f15f..62b1a07c43 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 {