diff options
author | Dan Gohman <gohman@apple.com> | 2009-09-11 18:36:27 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-09-11 18:36:27 +0000 |
commit | a080159a7c1a412813319ee03cab8b0e8492fada (patch) | |
tree | 1cbc1c812d3cd3629e3fab35380cf17d50b6e1bc /llvm/test/CodeGen/X86/x86-64-pic-9.ll | |
parent | 8b3a53957942ca987ab4b0b99b9b9cdc44ecd759 (diff) | |
download | bcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.tar.gz bcm5719-llvm-a080159a7c1a412813319ee03cab8b0e8492fada.zip |
Convert more tests to avoid llvm-as.
llvm-svn: 81545
Diffstat (limited to 'llvm/test/CodeGen/X86/x86-64-pic-9.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/x86-64-pic-9.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/x86-64-pic-9.ll b/llvm/test/CodeGen/X86/x86-64-pic-9.ll index 3ad1d9558ac..076103133fa 100644 --- a/llvm/test/CodeGen/X86/x86-64-pic-9.ll +++ b/llvm/test/CodeGen/X86/x86-64-pic-9.ll @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s | \ -; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 +; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 ; RUN: grep {leaq f(%rip),} %t1 ; RUN: not grep GOTPCREL %t1 |