aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-25 01:28:05 +0000
committerChris Lattner <sabre@nondot.org>2007-02-25 01:28:05 +0000
commit6618039f9f1f2e41fe2742d83007c68bdebc3656 (patch)
tree8e55bab7fa1de0956ce5d6874ddec896c6593c6e /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent1a5ed97f35a149bcaaefb3b436cdaf9627b55a8b (diff)
initialize a instance variable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 073588cd12..39f6fe79a9 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -148,6 +148,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
allowUnalignedMemoryAccesses = false;
UseUnderscoreSetJmp = false;
UseUnderscoreLongJmp = false;
+ SelectIsExpensive = false;
IntDivIsCheap = false;
Pow2DivIsCheap = false;
StackPointerRegisterToSaveRestore = 0;