aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-09-21 17:52:24 +0000
committerTanya Lattner <tonic@nondot.org>2007-09-21 17:52:24 +0000
commit0f4473a782aa3dade4a0ee2095eb7bcd1aa459d1 (patch)
tree112c1898927520db126d23a284c533f1e7eb0dbe
parent53b947dca92f78c6a8b87df82f600b71f67f25a2 (diff)
downloadllvm-0f4473a782aa3dade4a0ee2095eb7bcd1aa459d1.zip
llvm-0f4473a782aa3dade4a0ee2095eb7bcd1aa459d1.tar.gz
llvm-0f4473a782aa3dade4a0ee2095eb7bcd1aa459d1.tar.bz2
Merge from mainline for PR1693.
llvm-svn: 42201
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
index 2dbd4e8..d108c5b 100644
--- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
@@ -157,6 +157,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
StackPointerRegisterToSaveRestore = 0;
ExceptionPointerRegister = 0;
ExceptionSelectorRegister = 0;
+ SetCCResultContents = UndefinedSetCCResult;
SchedPreferenceInfo = SchedulingForLatency;
JumpBufSize = 0;
JumpBufAlignment = 0;