summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/iv-users-in-other-loops.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/iv-users-in-other-loops.ll')
-rw-r--r--test/CodeGen/X86/iv-users-in-other-loops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/iv-users-in-other-loops.ll b/test/CodeGen/X86/iv-users-in-other-loops.ll
index af1434ad1a..f97ac4def9 100644
--- a/test/CodeGen/X86/iv-users-in-other-loops.ll
+++ b/test/CodeGen/X86/iv-users-in-other-loops.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -f -o %t
+; RUN: llvm-as < %s | llc -march=x86-64 -o %t
; RUN: grep inc %t | count 1
; RUN: grep dec %t | count 2
; RUN: grep addq %t | count 13