diff options
author | Chris Lattner <sabre@nondot.org> | 2010-12-05 02:08:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-12-05 02:08:07 +0000 |
commit | 183ddd8ed33f6442bd4aa01b6629183cbb814d9e (patch) | |
tree | ecf76ef5c5148cd2a9327ae2c8e8485a3bf5fcca /llvm/test/CodeGen/X86/select.ll | |
parent | 116580a11cdec1467f61baa2547f64d1206d31f4 (diff) | |
download | bcm5719-llvm-183ddd8ed33f6442bd4aa01b6629183cbb814d9e.tar.gz bcm5719-llvm-183ddd8ed33f6442bd4aa01b6629183cbb814d9e.zip |
fix the rest of the linux miscompares :)
llvm-svn: 120933
Diffstat (limited to 'llvm/test/CodeGen/X86/select.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/select.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/select.ll b/llvm/test/CodeGen/X86/select.ll index 11ace19a136..b2f87bc2cf4 100644 --- a/llvm/test/CodeGen/X86/select.ll +++ b/llvm/test/CodeGen/X86/select.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s ; PR5757 %0 = type { i64, i32 } |