[SIL] NFC: Improved block id printing.

This commit is contained in:
Nate Chandler
2023-10-04 16:03:34 -07:00
parent 547437cf01
commit d8312122eb
2 changed files with 14 additions and 11 deletions

View File

@@ -518,13 +518,13 @@ public:
#ifndef NDEBUG
/// Print the ID of the block, bbN.
void dumpID() const;
void dumpID(bool newline = true) const;
/// Print the ID of the block with \p OS, bbN.
void printID(llvm::raw_ostream &OS) const;
void printID(llvm::raw_ostream &OS, bool newline = true) const;
/// Print the ID of the block with \p Ctx, bbN.
void printID(SILPrintContext &Ctx) const;
void printID(SILPrintContext &Ctx, bool newline = true) const;
#endif
/// getSublistAccess() - returns pointer to member of instruction list