Fix test for Windows as well.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 7 Nov 2011 23:10:43 +0000 (23:10 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 7 Nov 2011 23:10:43 +0000 (23:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144038 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_return.ll

index 453567a69ff8df942e75c666ee436572524c1fd0..2cf5dc6caa77b770ecf7edc860429c2d23218715 100644 (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 >
 }