diff options
author | Nate Begeman <natebegeman@mac.com> | 2005-07-19 16:51:05 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2005-07-19 16:51:05 +0000 |
commit | a3fd400fa87f2d7f23b2c54195bf283cbec1758a (patch) | |
tree | f846f1ed86946e0cc26d92171afecd89223b2b2e /lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | 700a3c97e90dfdad049f460d4547bff6e48dd7e7 (diff) |
Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being
automatically generated from a target description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetMachine.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index 3232b9e613..0226ffeaf7 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -30,18 +30,12 @@ using namespace llvm; namespace llvm { - bool PPCCRopts; cl::opt<bool> AIX("aix", cl::desc("Generate AIX/xcoff instead of Darwin/MachO"), cl::Hidden); cl::opt<bool> EnablePPCLSR("enable-lsr-for-ppc", cl::desc("Enable LSR for PPC (beta)"), cl::Hidden); - cl::opt<bool, true> EnablePPCCRopts("enable-cc-opts", - cl::desc("Enable opts using condition regs (beta)"), - cl::location(PPCCRopts), - cl::init(false), - cl::Hidden); } namespace { |