summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/mulhs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/mulhs.ll')
-rw-r--r--test/CodeGen/PowerPC/mulhs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/mulhs.ll b/test/CodeGen/PowerPC/mulhs.ll
index 3b0daad227..e6e7b5cf87 100644
--- a/test/CodeGen/PowerPC/mulhs.ll
+++ b/test/CodeGen/PowerPC/mulhs.ll
@@ -1,5 +1,5 @@
; All of these ands and shifts should be folded into rlwimi's
-; RUN: llvm-as < %s | llc -march=ppc32 -o %t -f
+; RUN: llvm-as < %s | llc -march=ppc32 -o %t
; RUN: not grep mulhwu %t
; RUN: not grep srawi %t
; RUN: not grep add %t