Fix typo in comment.

llvm-svn: 110244
This commit is contained in:
Devang Patel 2010-08-04 20:32:36 +00:00
parent b786156b01
commit 6d21f61b3f
1 changed files with 1 additions and 1 deletions

View File

@ -3663,7 +3663,7 @@ void DwarfDebug::emitDebugLoc() {
Asm->OutStreamer.AddComment("Loc expr size");
Asm->EmitInt16(1);
Asm->OutStreamer.AddComment(
dwarf::OperationEncodingString(dwarf::DW_OP_breg0 + Reg));
dwarf::OperationEncodingString(dwarf::DW_OP_reg0 + Reg));
Asm->EmitInt8(dwarf::DW_OP_reg0 + Reg);
} else {
Asm->OutStreamer.AddComment("Loc expr size");