aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ArgumentPromotion/basictest.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-08 22:34:10 +0000
committerDan Gohman <gohman@apple.com>2009-09-08 22:34:10 +0000
commit5bb7c7c3b0d45867a9770d5468624cbefe37adad (patch)
tree8da773058a2492290d4648d8f5dba5c3b8382142 /test/Transforms/ArgumentPromotion/basictest.ll
parent1e4519c64ba34818ace9858444a66399be7eecfd (diff)
downloadexternal_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.zip
external_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.tar.gz
external_llvm-5bb7c7c3b0d45867a9770d5468624cbefe37adad.tar.bz2
Use opt -S instead of piping bitcode output through llvm-dis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/ArgumentPromotion/basictest.ll')
-rw-r--r--test/Transforms/ArgumentPromotion/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ArgumentPromotion/basictest.ll b/test/Transforms/ArgumentPromotion/basictest.ll
index ef04e11..f204608 100644
--- a/test/Transforms/ArgumentPromotion/basictest.ll
+++ b/test/Transforms/ArgumentPromotion/basictest.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -argpromotion -mem2reg | llvm-dis | not grep alloca
+; RUN: opt %s -argpromotion -mem2reg -S | not grep alloca
define internal i32 @test(i32* %X, i32* %Y) {
%A = load i32* %X ; <i32> [#uses=1]
%B = load i32* %Y ; <i32> [#uses=1]