From 0f4473a782aa3dade4a0ee2095eb7bcd1aa459d1 Mon Sep 17 00:00:00 2001 From: Tanya Lattner <tonic@nondot.org> Date: Fri, 21 Sep 2007 17:52:24 +0000 Subject: [PATCH] Merge from mainline for PR1693. llvm-svn: 42201 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 2dbd4e8c7e44..d108c5bb54ca 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; -- GitLab