From 75fda5dcaebf3daafdbd06f44e89c7683b1be770 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Tue, 10 Jan 2012 22:27:32 +0000 Subject: [PATCH] 80 col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147884 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineLICM.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1