aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/vec_return.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_return.ll b/test/CodeGen/X86/vec_return.ll
index 453567a69f..2cf5dc6caa 100644
--- a/test/CodeGen/X86/vec_return.ll
+++ b/test/CodeGen/X86/vec_return.ll
@@ -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 >
}