aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.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/LICM/2008-07-22-LoadGlobalConstant.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/LICM/2008-07-22-LoadGlobalConstant.ll')
-rw-r--r--test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll b/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
index 11df8df..d40ae94 100644
--- a/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
+++ b/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -licm -enable-licm-constant-variables | llvm-dis | grep -A 1 entry | grep load.*@a
+; RUN: opt %s -licm -enable-licm-constant-variables -S | grep -A 1 entry | grep load.*@a
@a = external constant float*
define void @test(i32 %count) {