mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-11 10:31:27 +00:00
[NFC] Fix whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
57ad02c289
commit
bc71008095
@ -2874,7 +2874,7 @@ void RegisterCoalescer::joinAllIntervals() {
|
||||
|
||||
std::vector<MBBPriorityInfo> MBBs;
|
||||
MBBs.reserve(MF->size());
|
||||
for (MachineFunction::iterator I = MF->begin(), E = MF->end();I != E;++I){
|
||||
for (MachineFunction::iterator I = MF->begin(), E = MF->end(); I != E; ++I) {
|
||||
MachineBasicBlock *MBB = &*I;
|
||||
MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB),
|
||||
JoinSplitEdges && isSplitEdge(MBB)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user