diff options
author | Dale Johannesen <dalej@apple.com> | 2008-04-14 17:56:54 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2008-04-14 17:56:54 +0000 |
commit | ea3aa5bf11eacebc6fe65e7f4fc4f9ddac863f29 (patch) | |
tree | 60ea3cadbcc7a46457c50ae8c25ab0a20e9d586c /llvm/test/CodeGen/X86/constant-pool-remat-0.ll | |
parent | 2505d867836d32031c07775ea1b06a76b713ee2a (diff) | |
download | bcm5719-llvm-ea3aa5bf11eacebc6fe65e7f4fc4f9ddac863f29.tar.gz bcm5719-llvm-ea3aa5bf11eacebc6fe65e7f4fc4f9ddac863f29.zip |
Remove -unwind-tables-optional everywhere, since
this is now the default.
llvm-svn: 49667
Diffstat (limited to 'llvm/test/CodeGen/X86/constant-pool-remat-0.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/constant-pool-remat-0.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/constant-pool-remat-0.ll b/llvm/test/CodeGen/X86/constant-pool-remat-0.ll index ef7b1717a41..144d442d50d 100644 --- a/llvm/test/CodeGen/X86/constant-pool-remat-0.ll +++ b/llvm/test/CodeGen/X86/constant-pool-remat-0.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3 -; RUN: llvm-as < %s | llc -march=x86-64 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 6 +; RUN: llvm-as < %s | llc -march=x86-64 -stats -info-output-file - | grep asm-printer | grep 6 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -unwind-tables-optional -info-output-file - | grep asm-printer | grep 8 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -info-output-file - | grep asm-printer | grep 8 declare fastcc float @qux(float %y) |