summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic-cpool.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pic-cpool.ll')
-rw-r--r--test/CodeGen/X86/pic-cpool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic-cpool.ll b/test/CodeGen/X86/pic-cpool.ll
index 6189fb2c49..af9ed1b632 100644
--- a/test/CodeGen/X86/pic-cpool.ll
+++ b/test/CodeGen/X86/pic-cpool.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
+; RUN: llc < %s -mtriple=i686-pc-linux-gnu -relocation-model=pic \
; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3