diff options
Diffstat (limited to 'test/CodeGen/CPP/2009-05-01-Long-Double.ll')
-rw-r--r-- | test/CodeGen/CPP/2009-05-01-Long-Double.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CPP/2009-05-01-Long-Double.ll b/test/CodeGen/CPP/2009-05-01-Long-Double.ll index 9d132ec00f..e2d2dd8c86 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: |