diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-09-21 17:52:24 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-09-21 17:52:24 +0000 |
commit | f48c08a19317bd9ed3eebd509556697a768a0742 (patch) | |
tree | 1ef003b201903ab73f5dcbe6a6059fd6a6ad4c53 | |
parent | 3a3d1eff5c9bca13a2b8b9594699f92bb566698c (diff) |
Merge from mainline for PR1693.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_21@42201 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 2dbd4e8c7e..d108c5bb54 100644 --- a/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/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; |