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:
cffb528
)
Restore a comment.
author
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Mon, 4 May 2009 19:23:45 +0000
(19:23 +0000)
committer
Argyrios Kyrtzidis
<akyrtzi@gmail.com>
Mon, 4 May 2009 19:23:45 +0000
(19:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70900
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index 8ca8590c338434e224045faf83c2c6158ba808ff..8ccd38072c6332c6dd65a2bff1d38647701bc0c4 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@
-3262,6
+3262,8
@@
public:
// Assumes in correct section after the entry point.
EmitLabel("func_begin", ++SubprogramCount);
+ // Emit label for the implicitly defined dbg.stoppoint at the start of
+ // the function.
DebugLoc FDL = MF->getDefaultDebugLoc();
if (!FDL.isUnknown()) {
DebugLocTuple DLT = MF->getDebugLocTuple(FDL);