forked from OSchip/llvm-project
Delete control character from comment. (NFC)
This commit is contained in:
parent
8ee2d16896
commit
c0d909a1b1
|
@ -933,7 +933,7 @@ bool DWARFExpression::Evaluate(
|
|||
Value tmp;
|
||||
uint32_t reg_num;
|
||||
|
||||
/// Insertion point for evaluating multi-piece expression.
|
||||
/// Insertion point for evaluating multi-piece expression.
|
||||
uint64_t op_piece_offset = 0;
|
||||
Value pieces; // Used for DW_OP_piece
|
||||
|
||||
|
|
Loading…
Reference in New Issue