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:
29bf16a
)
Slip up
author
Jim Laskey
<jlaskey@mac.com>
Thu, 1 Feb 2007 17:48:20 +0000
(17:48 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Thu, 1 Feb 2007 17:48:20 +0000
(17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33758
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 5564d2b8e3647fe7a278adcd506a8c4a6089059e..12cd5f56794b4e2bec955cff3ae14ad0e37248de 100644
(file)
--- a/
lib/CodeGen/DwarfWriter.cpp
+++ b/
lib/CodeGen/DwarfWriter.cpp
@@
-80,7
+80,7
@@
public:
if (O) print(*O);
}
void print(std::ostream &O) const {
- O << ".
D
" << Tag;
+ O << ".
debug_
" << Tag;
if (Number) O << Number;
}
#endif