diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-03-26 23:03:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-26 23:03:32 +0000 |
commit | 0802851816932cf228a9ec02e275736a1e9aab8b (patch) | |
tree | 3199aff06e7eb2dd1a9c66dbd755ff948d7a26ac /test | |
parent | 3cd3c725e0498a5f2c49412cbee2e9907bc59f91 (diff) | |
download | external_llvm-0802851816932cf228a9ec02e275736a1e9aab8b.zip external_llvm-0802851816932cf228a9ec02e275736a1e9aab8b.tar.gz external_llvm-0802851816932cf228a9ec02e275736a1e9aab8b.tar.bz2 |
Add -march=x86.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67783 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/2009-03-25-TestBug.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-03-25-TestBug.ll b/test/CodeGen/X86/2009-03-25-TestBug.ll index 605ec8b..2c330db 100644 --- a/test/CodeGen/X86/2009-03-25-TestBug.ll +++ b/test/CodeGen/X86/2009-03-25-TestBug.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -o %t -f +; RUN: llvm-as < %s | llc -march=x86 -o %t -f ; RUN: not grep and %t ; RUN: not grep shr %t ; rdar://6661955 |