Skip to content

Commit e898cb7

Browse files
authored
Merge pull request #63595 from nate-chandler/mem2reg-move
[Mem2Reg] Represent lifetimes with moves.
2 parents 00af28c + 6554e2e commit e898cb7

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)