From: Zhongxing Xu Date: Fri, 16 Oct 2009 05:42:28 +0000 (+0000) Subject: Indent code. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=931424a7d8b8b15ddda7308d6c5b08277d8bdc0e;p=oota-llvm.git Indent code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84247 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index ae98da5ef8b..72e7f586087 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -226,7 +226,7 @@ static void EmitLiveInCopy(MachineBasicBlock *MBB, assert(Emitted && "Unable to issue a live-in copy instruction!\n"); (void) Emitted; -CopyRegMap.insert(std::make_pair(prior(Pos), VirtReg)); + CopyRegMap.insert(std::make_pair(prior(Pos), VirtReg)); if (Coalesced) { if (&*InsertPos == UseMI) ++InsertPos; MBB->erase(UseMI);