summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-05 23:42:53 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-05 23:42:53 +0000
commit8bc7ddb84dea6f8a0bc664923fe724176a04c23f (patch)
tree11d8bdac5a583a899ad7c1aa5b96878e72bc1b2c
parent5f80c450f3b57954a174e83c01217167fc149121 (diff)
downloadbcm5719-llvm-8bc7ddb84dea6f8a0bc664923fe724176a04c23f.tar.gz
bcm5719-llvm-8bc7ddb84dea6f8a0bc664923fe724176a04c23f.zip
setSetCCIsExpensive is gone.
llvm-svn: 32941
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 1e901931cce..5fb567b270a 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -36,8 +36,6 @@ static cl::opt<bool> EnablePPCPreinc("enable-ppc-preinc");
PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
: TargetLowering(TM), PPCSubTarget(*TM.getSubtargetImpl()) {
- // Fold away setcc operations if possible.
- setSetCCIsExpensive();
setPow2DivIsCheap();
// Use _setjmp/_longjmp instead of setjmp/longjmp.
OpenPOWER on IntegriCloud