Validate debug info values only if DwarfDebug is initialized.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2009-01-16 02:15:14 +00:00
parent 4e56ab2cf4
commit 5be935536f

View File

@ -4272,7 +4272,7 @@ void DwarfWriter::EndFunction(MachineFunction *MF) {
/// ValidDebugInfo - Return true if V represents valid debug info value.
bool DwarfWriter::ValidDebugInfo(Value *V) {
return DD->ValidDebugInfo(V);
return DD && DD->ValidDebugInfo(V);
}
/// RecordSourceLine - Records location information and associates it with a