Indent code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Fri, 16 Oct 2009 05:42:28 +0000 (05:42 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Fri, 16 Oct 2009 05:42:28 +0000 (05:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84247 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index ae98da5ef8b81aa24f1400da36234282b5bb6d26..72e7f5860879a73ff586dcfb1324c56619b82435 100644 (file)
@@ -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);