diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2010-04-13 18:54:04 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-13 18:54:04 +0000 |
| commit | 4d89dd8353f4b1231377abf5a12676f70e7a2761 (patch) | |
| tree | 4792bbd5e78c1eb93144db3452b750f39ce18c5a /llvm | |
| parent | 4ca4bc6f95d80d896e632e08bcb765813fd515d4 (diff) | |
| download | bcm5719-llvm-4d89dd8353f4b1231377abf5a12676f70e7a2761.tar.gz bcm5719-llvm-4d89dd8353f4b1231377abf5a12676f70e7a2761.zip | |
Fix test on non-x86 hosts.
llvm-svn: 101163
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/brcond.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/brcond.ll b/llvm/test/CodeGen/X86/brcond.ll index 14ee9e50fa8..2443cb8e7f9 100644 --- a/llvm/test/CodeGen/X86/brcond.ll +++ b/llvm/test/CodeGen/X86/brcond.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin10 | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin10 -mcpu=core2 | FileCheck %s ; rdar://7475489 define i32 @test1(i32 %a, i32 %b) nounwind ssp { |

