summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_clear.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_clear.ll')
-rw-r--r--test/CodeGen/X86/vec_clear.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/vec_clear.ll b/test/CodeGen/X86/vec_clear.ll
index 514de953ef..c119a94f74 100644
--- a/test/CodeGen/X86/vec_clear.ll
+++ b/test/CodeGen/X86/vec_clear.ll
@@ -1,7 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t -f
-; RUN: not grep and %t
-; RUN: not grep psrldq %t
-; RUN: grep xorps %t
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin | not grep and
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin | grep psrldq
define <4 x float> @test(<4 x float>* %v1) nounwind {
%tmp = load <4 x float>* %v1 ; <<4 x float>> [#uses=1]