Skip to content

Commit e458b7b

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 68bc875 + e898cb7 commit e458b7b

File tree

7 files changed

+441
-599
lines changed

7 files changed

+441
-599
lines changed

include/swift/SIL/Dominance.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ class DominanceInfo : public DominatorTreeBase {
8686
void reset() {
8787
super::reset();
8888
}
89+
90+
#ifndef NDEBUG
91+
void dump() { print(llvm::errs()); };
92+
#endif
8993
};
9094

9195
/// Compute a single block's dominance frontier.

0 commit comments

Comments
 (0)