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:
6f21976
)
fix this to use a valid triple.
author
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jan 2008 22:21:45 +0000
(22:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Wed, 2 Jan 2008 22:21:45 +0000
(22:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45509
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/sse-align-11.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/sse-align-11.ll
b/test/CodeGen/X86/sse-align-11.ll
index c4de9b192c141a4db69fc39571584ae175c62d82..81471bd5be540d27f5abb2edb84a60b978861b0e 100644
(file)
--- a/
test/CodeGen/X86/sse-align-11.ll
+++ b/
test/CodeGen/X86/sse-align-11.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=
darwin
| grep movaps
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=
i686-apple-darwin8
| grep movaps
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -mtriple=linux | grep movups
define <4 x float> @foo(float %a, float %b, float %c, float %d) {