summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/store-global-address.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/store-global-address.ll')
-rw-r--r--test/CodeGen/X86/store-global-address.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/store-global-address.ll b/test/CodeGen/X86/store-global-address.ll
index 0695eee..c8d4cbc 100644
--- a/test/CodeGen/X86/store-global-address.ll
+++ b/test/CodeGen/X86/store-global-address.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep movl | count 1
+; RUN: llc < %s -march=x86 | grep movl | count 1
@dst = global i32 0 ; <i32*> [#uses=1]
@ptr = global i32* null ; <i32**> [#uses=1]
OpenPOWER on IntegriCloud