diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 09:31:55 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2009-10-12 09:31:55 +0000 |
| commit | 258c7fa33ad329e6656fe666bc28e77da17ffe4b (patch) | |
| tree | f6d4b074f4fc3fc681ee9dd8c0b94f2a1533abe8 /llvm/test/CodeGen/SPARC | |
| parent | 1c591f74c7317216ef24c7a30ba19978ebac0f41 (diff) | |
| download | bcm5719-llvm-258c7fa33ad329e6656fe666bc28e77da17ffe4b.tar.gz bcm5719-llvm-258c7fa33ad329e6656fe666bc28e77da17ffe4b.zip | |
Eliminate some redundant llvm-as calls.
llvm-svn: 83837
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
| -rw-r--r-- | llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll b/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll index b763daf480f..a2ba0d02d45 100644 --- a/llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll +++ b/llvm/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] diff --git a/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll b/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll index 7fe81cc9b54..0167d3237aa 100644 --- a/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll +++ b/llvm/test/CodeGen/SPARC/2009-08-28-WeakLinkage.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=sparc | grep weak +; RUN: llc -march=sparc < %s | grep weak define weak i32 @func() nounwind { entry: |

