summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/full-lsr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/full-lsr.ll')
-rw-r--r--test/CodeGen/X86/full-lsr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/full-lsr.ll b/test/CodeGen/X86/full-lsr.ll
index 4a85779..68575bc 100644
--- a/test/CodeGen/X86/full-lsr.ll
+++ b/test/CodeGen/X86/full-lsr.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -enable-full-lsr >%t
+; RUN: llc < %s -march=x86 -enable-full-lsr >%t
; RUN: grep {addl \\\$4,} %t | count 3
; RUN: not grep {,%} %t
OpenPOWER on IntegriCloud