summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/h-register-store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/h-register-store.ll')
-rw-r--r--test/CodeGen/X86/h-register-store.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/h-register-store.ll b/test/CodeGen/X86/h-register-store.ll
index e867242..d30e6b3 100644
--- a/test/CodeGen/X86/h-register-store.ll
+++ b/test/CodeGen/X86/h-register-store.ll
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86-64 > %t
+; RUN: llc < %s -march=x86-64 > %t
; RUN: grep mov %t | count 6
; RUN: grep {movb %ah, (%rsi)} %t | count 3
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86 > %t
; RUN: grep mov %t | count 3
; RUN: grep {movb %ah, (%e} %t | count 3
OpenPOWER on IntegriCloud