summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-25 15:38:29 +0000
committerDan Gohman <gohman@apple.com>2009-08-25 15:38:29 +0000
commit0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 (patch)
treee9781bfd64c6d1b40378a0d46cd4396ca9b89945 /llvm/test/Feature
parenta98e0e73deab0fef9dcb8f6e591e68704c27d760 (diff)
downloadbcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.tar.gz
bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.zip
Remove obsolete -f flags.
llvm-svn: 79992
Diffstat (limited to 'llvm/test/Feature')
-rw-r--r--llvm/test/Feature/NamedMDNode2.ll2
-rw-r--r--llvm/test/Feature/globalredefinition3.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Feature/NamedMDNode2.ll b/llvm/test/Feature/NamedMDNode2.ll
index b560772c797..0524dd27a4a 100644
--- a/llvm/test/Feature/NamedMDNode2.ll
+++ b/llvm/test/Feature/NamedMDNode2.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -f -o /dev/null
+; RUN: llvm-as < %s -o /dev/null
; PR4654
diff --git a/llvm/test/Feature/globalredefinition3.ll b/llvm/test/Feature/globalredefinition3.ll
index 0183e5a04f9..5a5b3f1f89a 100644
--- a/llvm/test/Feature/globalredefinition3.ll
+++ b/llvm/test/Feature/globalredefinition3.ll
@@ -1,4 +1,4 @@
-; RUN: not llvm-as %s -o /dev/null -f |& grep {redefinition of global '@B'}
+; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'}
@B = global i32 7
@B = global i32 7
OpenPOWER on IntegriCloud