aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/pic-6.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/pic-6.ll')
-rw-r--r--test/CodeGen/X86/pic-6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic-6.ll b/test/CodeGen/X86/pic-6.ll
index d55da1f..922521d 100644
--- a/test/CodeGen/X86/pic-6.ll
+++ b/test/CodeGen/X86/pic-6.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 GOT %t | count 3