diff options
author | Dan Gohman <gohman@apple.com> | 2009-08-25 15:38:29 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-08-25 15:38:29 +0000 |
commit | 0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1 (patch) | |
tree | e9781bfd64c6d1b40378a0d46cd4396ca9b89945 /llvm/test/CodeGen/CPP | |
parent | a98e0e73deab0fef9dcb8f6e591e68704c27d760 (diff) | |
download | bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.tar.gz bcm5719-llvm-0d4bbf2c4a11cf958ed8f3ebe9a5e7a42a7655e1.zip |
Remove obsolete -f flags.
llvm-svn: 79992
Diffstat (limited to 'llvm/test/CodeGen/CPP')
-rw-r--r-- | llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll b/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll index 9d132ec00f7..e2d2dd8c869 100644 --- a/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll +++ b/llvm/test/CodeGen/CPP/2009-05-01-Long-Double.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -f -o %t +; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t define x86_fp80 @some_func() nounwind { entry: diff --git a/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll b/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll index 6c3f984282c..5af9aa7d737 100644 --- a/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll +++ b/llvm/test/CodeGen/CPP/2009-05-04-CondBr.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -f -o %t +; RUN: llvm-as < %s | llc -march=cpp -cppgen=program -o %t ; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t define i32 @some_func(i32 %a) nounwind { |