diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-08-02 05:04:16 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-08-02 05:04:16 +0000 |
commit | c9cb89b50af46ecea4575ec02b646ce7a3b89388 (patch) | |
tree | fbaccb5db9f1b797342548fb46e6270b38d59249 /test | |
parent | 5f641f78d1c599e5d43698e486d2f5e35ef61118 (diff) | |
download | external_llvm-c9cb89b50af46ecea4575ec02b646ce7a3b89388.zip external_llvm-c9cb89b50af46ecea4575ec02b646ce7a3b89388.tar.gz external_llvm-c9cb89b50af46ecea4575ec02b646ce7a3b89388.tar.bz2 |
Fix test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40721 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/x86-64-mem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/x86-64-mem.ll b/test/CodeGen/X86/x86-64-mem.ll index 8e11976..1e942c5 100644 --- a/test/CodeGen/X86/x86-64-mem.ll +++ b/test/CodeGen/X86/x86-64-mem.ll @@ -4,7 +4,7 @@ ; RUN: grep movq %t1 | wc -l | grep 6 ; RUN: grep leaq %t1 | wc -l | grep 1 ; RUN: llvm-upgrade < %s | llvm-as | \ -; RUN: llc -mtriple=x86_64-apple-darwin -relocation-model=static -o %t2 -f +; RUN: llc -mtriple=x86_64-pc-linux -relocation-model=static -o %t2 -f ; RUN: grep rip %t2 | wc -l | grep 4 ; RUN: grep movl %t2 | wc -l | grep 2 ; RUN: grep movq %t2 | wc -l | grep 2 |