aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/switch-zextload.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/switch-zextload.ll')
-rw-r--r--test/CodeGen/X86/switch-zextload.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/switch-zextload.ll b/test/CodeGen/X86/switch-zextload.ll
index f3c701f..55425bc 100644
--- a/test/CodeGen/X86/switch-zextload.ll
+++ b/test/CodeGen/X86/switch-zextload.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep mov | count 1
+; RUN: llc < %s -march=x86 | grep mov | count 1
; Do zextload, instead of a load and a separate zext.