projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f5eb9
)
Another buildbot test commit.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 22 Jul 2008 00:53:37 +0000
(
00:53
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 22 Jul 2008 00:53:37 +0000
(
00:53
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53896
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/DwarfWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/DwarfWriter.cpp
b/lib/CodeGen/DwarfWriter.cpp
index a42ba461c1433dd8c9f2b4cadf311cbfacdd7774..335623cda6ec521727c15ca9abc49842c7acdf1f 100644
(file)
--- a/
lib/CodeGen/DwarfWriter.cpp
+++ b/
lib/CodeGen/DwarfWriter.cpp
@@
-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();
- }
}