[llvm] decd88e - [RemoveDIs][NFC] Delete a now-redundant comment
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 20 10:05:53 PDT 2024
Author: Stephen Tozer
Date: 2024-03-20T17:05:31Z
New Revision: decd88ef0538504707c5d1f0fd8b9de60a5b9b4c
URL: https://github.com/llvm/llvm-project/commit/decd88ef0538504707c5d1f0fd8b9de60a5b9b4c
DIFF: https://github.com/llvm/llvm-project/commit/decd88ef0538504707c5d1f0fd8b9de60a5b9b4c.diff
LOG: [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.
Added:
Modified:
llvm/include/llvm/IR/DebugProgramInstruction.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/DebugProgramInstruction.h b/llvm/include/llvm/IR/DebugProgramInstruction.h
index 7214d7ad65da67..c9477131c09ca8 100644
--- a/llvm/include/llvm/IR/DebugProgramInstruction.h
+++ b/llvm/include/llvm/IR/DebugProgramInstruction.h
@@ -220,8 +220,6 @@ inline raw_ostream &operator<<(raw_ostream &OS, const DbgRecord &R) {
/// Records a position in IR for a source label (DILabel). Corresponds to the
/// llvm.dbg.label intrinsic.
-/// FIXME: Rename DbgLabelRecord when DbgVariableRecord is renamed to
-/// DbgVariableRecord.
class DbgLabelRecord : public DbgRecord {
DbgRecordParamRef<DILabel> Label;
More information about the llvm-commits
mailing list