aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/coalescer-commute4.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-04 07:59:13 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-04 07:59:13 +0000
commit6a2286a045d23541f1cece35411ef9681bbd59ce (patch)
tree20d89ffac13189e493502233b67b5b4f014b175b /test/CodeGen/X86/coalescer-commute4.ll
parent32967d2c7d9a8a8ffb002ffb2a5496879bf1f983 (diff)
downloadexternal_llvm-6a2286a045d23541f1cece35411ef9681bbd59ce.zip
external_llvm-6a2286a045d23541f1cece35411ef9681bbd59ce.tar.gz
external_llvm-6a2286a045d23541f1cece35411ef9681bbd59ce.tar.bz2
Fix broken test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/coalescer-commute4.ll')
-rw-r--r--test/CodeGen/X86/coalescer-commute4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coalescer-commute4.ll b/test/CodeGen/X86/coalescer-commute4.ll
index 219c11c..b600a83 100644
--- 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 {