mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Indent code.
llvm-svn: 84247
This commit is contained in:
parent
8685a8ec0c
commit
03d844a262
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user