summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-10-16 05:42:28 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-10-16 05:42:28 +0000
commit931424a7d8b8b15ddda7308d6c5b08277d8bdc0e (patch)
tree3e70ccaa4873c90a70544ada3791986c9da7bbf5 /lib
parentfee0c1074c68a61d15899fb8cb31f1902fa9e509 (diff)
downloadllvm-931424a7d8b8b15ddda7308d6c5b08277d8bdc0e.tar.gz
llvm-931424a7d8b8b15ddda7308d6c5b08277d8bdc0e.tar.bz2
llvm-931424a7d8b8b15ddda7308d6c5b08277d8bdc0e.tar.xz
Indent code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index ae98da5ef8..72e7f58608 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);