initialize SetCCResultContents, fixing PR1693
authorChris Lattner <sabre@nondot.org>
Fri, 21 Sep 2007 17:06:39 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 21 Sep 2007 17:06:39 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42193 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/TargetLowering.cpp

index 4d87ac347a4fee011db09a4a92c747a02c3610fd..5943cc1ebd362e415f6bf0a0df27884584810a97 100644 (file)
@@ -161,6 +161,7 @@ TargetLowering::TargetLowering(TargetMachine &tm)
   StackPointerRegisterToSaveRestore = 0;
   ExceptionPointerRegister = 0;
   ExceptionSelectorRegister = 0;
+  SetCCResultContents = UndefinedSetCCResult;
   SchedPreferenceInfo = SchedulingForLatency;
   JumpBufSize = 0;
   JumpBufAlignment = 0;