mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] NFC: Improved block id printing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user