summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic/switch-lower-feature-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Generic/switch-lower-feature-2.ll')
-rw-r--r--test/CodeGen/Generic/switch-lower-feature-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/switch-lower-feature-2.ll b/test/CodeGen/Generic/switch-lower-feature-2.ll
index 5e532a8db3..d3833e77e5 100644
--- a/test/CodeGen/Generic/switch-lower-feature-2.ll
+++ b/test/CodeGen/Generic/switch-lower-feature-2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -o %t -f
+; RUN: llvm-as < %s | llc -march=x86 -o %t
; RUN: grep jb %t | count 1
; RUN: grep \\\$6 %t | count 2
; RUN: grep 1024 %t | count 1