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:
46da136
)
Remove unnecessary comment.
author
Devang Patel
<dpatel@apple.com>
Mon, 23 May 2011 23:16:14 +0000
(23:16 +0000)
committer
Devang Patel
<dpatel@apple.com>
Mon, 23 May 2011 23:16:14 +0000
(23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131936
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index aa1f6c7535e3bbc0b81afedeaedca235b2d4c397..e6e3979fc1df316aeb0dbbdb15b93508c426f4d1 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@
-2595,7
+2595,6
@@
void DwarfDebug::emitDebugLoc() {
MachineLocation Loc(Entry.Loc.getReg(), DV.getAddrElement(1));
Asm->EmitInt16(Asm->getDwarfRegOpSize(Loc) + N - 2);
Asm->EmitDwarfRegOp(Loc);
-// Asm->EmitULEB128(DV.getAddrElement(1));
i = 2;
} else {
Asm->EmitInt16(Asm->getDwarfRegOpSize(Entry.Loc) + N);