commit | 931424a7d8b8b15ddda7308d6c5b08277d8bdc0e | [log] [tgz] |
---|---|---|
author | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Oct 16 05:42:28 2009 +0000 |
committer | Zhongxing Xu <xuzhongxing@gmail.com> | Fri Oct 16 05:42:28 2009 +0000 |
tree | 3e70ccaa4873c90a70544ada3791986c9da7bbf5 | |
parent | fee0c1074c68a61d15899fb8cb31f1902fa9e509 [diff] [blame] |
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 ae98da5..72e7f58 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -226,7 +226,7 @@ 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);