Skip to content

Commit decd88e

Browse files
committed
[RemoveDIs][NFC] Delete a now-redundant comment
Submitted without review for being a trivial comment-only change, deletes a line that requests the DbgLabelRecord class be renamed to DbgLabelRecord in the future.
1 parent 25d61be commit decd88e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/IR/DebugProgramInstruction.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ inline raw_ostream &operator<<(raw_ostream &OS, const DbgRecord &R) {
220220

221221
/// Records a position in IR for a source label (DILabel). Corresponds to the
222222
/// llvm.dbg.label intrinsic.
223-
/// FIXME: Rename DbgLabelRecord when DbgVariableRecord is renamed to
224-
/// DbgVariableRecord.
225223
class DbgLabelRecord : public DbgRecord {
226224
DbgRecordParamRef<DILabel> Label;
227225

0 commit comments

Comments
 (0)