OSDN Git Service

initialize a instance variable
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 01:28:05 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 01:28:05 +0000 (01:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34567 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 073588c..39f6fe7 100644 (file)
@@ -148,6 +148,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
   allowUnalignedMemoryAccesses = false;
   UseUnderscoreSetJmp = false;
   UseUnderscoreLongJmp = false;
+  SelectIsExpensive = false;
   IntDivIsCheap = false;
   Pow2DivIsCheap = false;
   StackPointerRegisterToSaveRestore = 0;