Fix test for Windows as well.

llvm-svn: 144038
This commit is contained in:
Jakob Stoklund Olesen 2011-11-07 23:10:43 +00:00
parent a70e9417fb
commit 9279f9efbc
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ define <2 x double> @test() {
; CHECK: test2
; CHECK-NOT: shuf
; CHECK: movaps {{.*}}CPI
; CHECK-NEXT: ret
define <4 x i32> @test2() nounwind {
ret <4 x i32> < i32 0, i32 0, i32 1, i32 0 >
}