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