summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic-5.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pic-5.ll')
-rw-r--r--test/CodeGen/X86/pic-5.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic-5.ll b/test/CodeGen/X86/pic-5.ll
index 3f7e16934d..789e7db8b8 100644
--- a/test/CodeGen/X86/pic-5.ll
+++ b/test/CodeGen/X86/pic-5.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -relocation-model=pic \
-; RUN: -o %t -f
+; RUN: -o %t
; RUN: grep _GLOBAL_OFFSET_TABLE_ %t
; RUN: grep piclabel %t | count 3
; RUN: grep PLT %t | count 1