Fix an uninitialized value. Radar 7609421.
authorBob Wilson <bob.wilson@apple.com>
Sat, 6 Feb 2010 05:55:20 +0000 (05:55 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 6 Feb 2010 05:55:20 +0000 (05:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95488 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineModuleInfo.cpp

index dc26d9144ffae8cbccbdaed14594b0757b90fb70..5052af7bd8f04535cce680d256e32ebb26fbb0e4 100644 (file)
@@ -40,6 +40,7 @@ MachineModuleInfoImpl::~MachineModuleInfoImpl() {}
 MachineModuleInfo::MachineModuleInfo()
 : ImmutablePass(&ID)
 , ObjFileMMI(0)
+, CurCallSite(0)
 , CallsEHReturn(0)
 , CallsUnwindInit(0)
 , DbgInfoAvailable(false) {