From 6a2286a045d23541f1cece35411ef9681bbd59ce Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 4 Mar 2008 07:59:13 +0000 Subject: [PATCH] Fix broken test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47881 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/coalescer-commute4.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/coalescer-commute4.ll b/test/CodeGen/X86/coalescer-commute4.ll index 219c11c45e1..b600a83dfe3 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 { -- 2.34.1