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 | 2d65d35d9233277aee7c8a6d3643740e3ed29f0b (patch) | |
tree | d74811fd5c8366813b3931db99b3767c1eefeb7c /test/CodeGen/CPP | |
parent | 176426d2102142aaa0bf19aca55f528ceb873329 (diff) | |
download | external_llvm-2d65d35d9233277aee7c8a6d3643740e3ed29f0b.zip external_llvm-2d65d35d9233277aee7c8a6d3643740e3ed29f0b.tar.gz external_llvm-2d65d35d9233277aee7c8a6d3643740e3ed29f0b.tar.bz2 |
Remove obsolete -f flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CPP')
-rw-r--r-- | test/CodeGen/CPP/2009-05-01-Long-Double.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/CPP/2009-05-04-CondBr.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CPP/2009-05-01-Long-Double.ll b/test/CodeGen/CPP/2009-05-01-Long-Double.ll index 9d132ec..e2d2dd8 100644 --- a/test/CodeGen/CPP/2009-05-01-Long-Double.ll +++ b/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/test/CodeGen/CPP/2009-05-04-CondBr.ll b/test/CodeGen/CPP/2009-05-04-CondBr.ll index 6c3f984..5af9aa7 100644 --- a/test/CodeGen/CPP/2009-05-04-CondBr.ll +++ b/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 { |