diff options
Diffstat (limited to 'llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll')
-rw-r--r-- | llvm/test/CodeGen/SPARC/2009-08-28-PIC.ll | 2 |
1 files changed, 1 insertions, 1 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] |