summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/h-registers-0.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/h-registers-0.ll')
-rw-r--r--test/CodeGen/X86/h-registers-0.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/h-registers-0.ll b/test/CodeGen/X86/h-registers-0.ll
index 2777be9cc3..878fd93b73 100644
--- a/test/CodeGen/X86/h-registers-0.ll
+++ b/test/CodeGen/X86/h-registers-0.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {movzbl %\[abcd\]h,} | count 4
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86-64 | grep {movzbl %\[abcd\]h,} | count 4
+; RUN: llc < %s -march=x86 > %t
; RUN: grep {incb %ah} %t | count 3
; RUN: grep {movzbl %ah,} %t | count 3