aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 23:10:43 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-07 23:10:43 +0000
commit61f46de34923694893da6785ccdfba390913cf51 (patch)
treed516b3d8c6b3cf7074f3eff2e03cc4cc565319d9 /test
parentb26c7727c9a45613d9bae69995cfd719c57c5614 (diff)
downloadexternal_llvm-61f46de34923694893da6785ccdfba390913cf51.zip
external_llvm-61f46de34923694893da6785ccdfba390913cf51.tar.gz
external_llvm-61f46de34923694893da6785ccdfba390913cf51.tar.bz2
Fix test for Windows as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144038 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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 453567a..2cf5dc6 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 >
}