Another buildbot test commit.

llvm-svn: 53896
This commit is contained in:
Bill Wendling 2008-07-22 00:53:37 +00:00
parent 7fea169c86
commit 9fe8b29012
1 changed files with 1 additions and 2 deletions

View File

@ -3923,8 +3923,7 @@ void DwarfWriter::EndFunction() {
DD->EndFunction();
DE->EndFunction();
if (MachineModuleInfo *MMI = DD->getMMI() ? DD->getMMI() : DE->getMMI()) {
if (MachineModuleInfo *MMI = DD->getMMI() ? DD->getMMI() : DE->getMMI())
// Clear function debug information.
MMI->EndFunction();
}
}