setSetCCIsExpensive is gone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-01-05 23:42:53 +00:00
parent 636c753b6b
commit d08d23315d

View File

@ -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.