Merge alignment of common GlobalValue.
[oota-llvm.git] / lib / CodeGen / TargetLoweringBase.cpp
index 1a90c6c866ff09d8a4c8e089f05d1a86b5ef57f4..b60a73f7fc1e7ea11b2fddef2f38678413742083 100644 (file)
@@ -701,10 +701,11 @@ TargetLoweringBase::TargetLoweringBase(const TargetMachine &tm,
   HasMultipleConditionRegisters = false;
   HasExtractBitsInsn = false;
   IntDivIsCheap = false;
-  Pow2DivIsCheap = false;
+  Pow2SDivIsCheap = false;
   JumpIsExpensive = false;
   PredictableSelectIsExpensive = false;
   MaskAndBranchFoldingIsLegal = false;
+  HasFloatingPointExceptions = true;
   StackPointerRegisterToSaveRestore = 0;
   ExceptionPointerRegister = 0;
   ExceptionSelectorRegister = 0;