aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/scalar_promote.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/scalar_promote.ll')
-rw-r--r--test/Transforms/LICM/scalar_promote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/scalar_promote.ll b/test/Transforms/LICM/scalar_promote.ll
index 8f00d03..e2a58b9 100644
--- a/test/Transforms/LICM/scalar_promote.ll
+++ b/test/Transforms/LICM/scalar_promote.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -licm | llvm-dis | FileCheck %s
+; RUN: opt %s -licm | llvm-dis | FileCheck %s
@X = global i32 7 ; <i32*> [#uses=4]
define void @test1(i32 %i) {