Remove obsolete -f flags.
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-3.ll
index 0f5f4b706ab4ded6b9dd373519d41264203663a4..671b94d91593493cd0fd0a39c98b9791b21f9bc0 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
 ; RUN: grep {call      f} %t1
 ; RUN: not grep {call  f@PLT} %t1