aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
diff options
context:
space:
mode:
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 3824d53597..11df8dfb4c 100644
--- a/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
+++ b/test/Transforms/LICM/2008-07-22-LoadGlobalConstant.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -licm -enable-licm-constant-variables | llvm-dis | grep -A 1 entry | grep load.*@a
+; RUN: opt %s -licm -enable-licm-constant-variables | llvm-dis | grep -A 1 entry | grep load.*@a
@a = external constant float*
define void @test(i32 %count) {