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 01c25c8..02fa57d 100644
--- a/test/Transforms/LICM/scalar_promote.ll
+++ b/test/Transforms/LICM/scalar_promote.ll
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -licm -stats 2>&1 | grep "memory locations promoted to register"
+; RUN: llvm-as < %s | opt -licm -stats 2>&1 | grep "memory locations promoted to register"
%X = global int 7