Remove unnecessary comment.

llvm-svn: 131936
This commit is contained in:
Devang Patel 2011-05-23 23:16:14 +00:00
parent b85775c3ba
commit faaa16ea2c
1 changed files with 0 additions and 1 deletions

View File

@ -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);