From: Evan Cheng Date: Tue, 10 Jan 2012 22:27:32 +0000 (+0000) Subject: 80 col violation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75fda5dcaebf3daafdbd06f44e89c7683b1be770;p=oota-llvm.git 80 col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index 68548387976..e7c28434490 100644 --- a/lib/CodeGen/MachineLICM.cpp +++ b/lib/CodeGen/MachineLICM.cpp @@ -633,8 +633,8 @@ void MachineLICM::ExitScope(MachineBasicBlock *MBB) { /// 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. void MachineLICM::ExitScopeIfDone(MachineDomTreeNode *Node, - DenseMap &OpenChildren, - DenseMap &ParentMap) { + DenseMap &OpenChildren, + DenseMap &ParentMap) { if (OpenChildren[Node]) return;