mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -633,8 +633,8 @@ void MachineLICM::ExitScope(MachineBasicBlock *MBB) {
|
|||||||
/// dominator tree node if its a leaf or all of its children are done. Walk
|
/// dominator tree node if its a leaf or all of its children are done. Walk
|
||||||
/// up the dominator tree to destroy ancestors which are now done.
|
/// up the dominator tree to destroy ancestors which are now done.
|
||||||
void MachineLICM::ExitScopeIfDone(MachineDomTreeNode *Node,
|
void MachineLICM::ExitScopeIfDone(MachineDomTreeNode *Node,
|
||||||
DenseMap<MachineDomTreeNode*, unsigned> &OpenChildren,
|
DenseMap<MachineDomTreeNode*, unsigned> &OpenChildren,
|
||||||
DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) {
|
DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) {
|
||||||
if (OpenChildren[Node])
|
if (OpenChildren[Node])
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user