mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
Remove unnecessary comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46da136ec7
commit
c481b70a6a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user