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:
32967d2
)
Fix broken test.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Mar 2008 07:59:13 +0000
(07:59 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 4 Mar 2008 07:59:13 +0000
(07:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47881
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/coalescer-commute4.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/coalescer-commute4.ll
b/test/CodeGen/X86/coalescer-commute4.ll
index 219c11c45e1b86a440b79075debae3a826467b55..b600a83dfe3dd47c65fe6a4d6d02e2220ec70f8a 100644
(file)
--- a/
test/CodeGen/X86/coalescer-commute4.ll
+++ b/
test/CodeGen/X86/coalescer-commute4.ll
@@
-1,4
+1,4
@@
-
d
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movaps
; PR1501
efine float @foo(i32* %x, float* %y, i32 %c) nounwind {