summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC/2009-08-28-PIC.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 09:31:55 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-12 09:31:55 +0000
commit90869455b541ca359e40624a1ba7881b18e9409b (patch)
tree4ca44d300fdbbe23212b73471444198a30bff134 /test/CodeGen/SPARC/2009-08-28-PIC.ll
parentd75d267367d718e92ae334423665a854b85283f0 (diff)
downloadllvm-90869455b541ca359e40624a1ba7881b18e9409b.tar.gz
llvm-90869455b541ca359e40624a1ba7881b18e9409b.tar.bz2
llvm-90869455b541ca359e40624a1ba7881b18e9409b.tar.xz
Eliminate some redundant llvm-as calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SPARC/2009-08-28-PIC.ll')
-rw-r--r--test/CodeGen/SPARC/2009-08-28-PIC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/2009-08-28-PIC.ll b/test/CodeGen/SPARC/2009-08-28-PIC.ll
index b763daf480..a2ba0d02d4 100644
--- a/test/CodeGen/SPARC/2009-08-28-PIC.ll
+++ b/test/CodeGen/SPARC/2009-08-28-PIC.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=sparc --relocation-model=pic | grep _GLOBAL_OFFSET_TABLE_
+; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_
@foo = global i32 0 ; <i32*> [#uses=1]