projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96908b1
)
fix the rest of the linux miscompares :)
author
Chris Lattner
<sabre@nondot.org>
Sun, 5 Dec 2010 02:08:07 +0000
(
02:08
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 5 Dec 2010 02:08:07 +0000
(
02:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120933
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/select.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/select.ll
b/test/CodeGen/X86/select.ll
index 11ace19a13616838e50def86ecfe6a5ca1ae03b0..b2f87bc2cf4565a1899fe44273da007a9f492287 100644
(file)
--- a/
test/CodeGen/X86/select.ll
+++ b/
test/CodeGen/X86/select.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -m
arch=x86-64
| FileCheck %s
+; RUN: llc < %s -m
triple=x86_64-apple-darwin10
| FileCheck %s
; PR5757
%0 = type { i64, i32 }