aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-09-21 17:06:39 +0000
committerChris Lattner <sabre@nondot.org>2007-09-21 17:06:39 +0000
commite3f5e8295b32b3eda84afa7e52e36ec5f621e935 (patch)
tree5974c88748994dc05c5f99e2878049bf9e8fa564 /lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent007b7142b5d79d247c27e30537c827fec28998c5 (diff)
downloadexternal_llvm-e3f5e8295b32b3eda84afa7e52e36ec5f621e935.zip
external_llvm-e3f5e8295b32b3eda84afa7e52e36ec5f621e935.tar.gz
external_llvm-e3f5e8295b32b3eda84afa7e52e36ec5f621e935.tar.bz2
initialize SetCCResultContents, fixing PR1693
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42193 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 4d87ac3..5943cc1 100644
--- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -161,6 +161,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
StackPointerRegisterToSaveRestore = 0;
ExceptionPointerRegister = 0;
ExceptionSelectorRegister = 0;
+ SetCCResultContents = UndefinedSetCCResult;
SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 0;
JumpBufAlignment = 0;