summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vshift-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vshift-2.ll')
-rw-r--r--test/CodeGen/X86/vshift-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vshift-2.ll b/test/CodeGen/X86/vshift-2.ll
index 0807174420..d47a28f855 100644
--- a/test/CodeGen/X86/vshift-2.ll
+++ b/test/CodeGen/X86/vshift-2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx -o %t
; RUN: grep psrlq %t | count 2
; RUN: grep psrld %t | count 2
; RUN: grep psrlw %t | count 2
@@ -61,4 +61,4 @@ entry:
%lshr = lshr <8 x i16> %val, %7
store <8 x i16> %lshr, <8 x i16>* %dst
ret void
-} \ No newline at end of file
+}