summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-01-11 19:17:36 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-01-11 19:17:36 +0000
commitf35395eac1a4538c528b7a5feb13b9bcafd9c9fc (patch)
treeb8e109eb87d7321b8e599bad68fb5a1f17c2271b /llvm/lib/CodeGen
parentf26ae4e09352d9f2d6075e112d26d4852d3bb666 (diff)
downloadbcm5719-llvm-f35395eac1a4538c528b7a5feb13b9bcafd9c9fc.tar.gz
bcm5719-llvm-f35395eac1a4538c528b7a5feb13b9bcafd9c9fc.zip
[NFC] Fix whitespace.
llvm-svn: 257365
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegisterCoalescer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.cpp b/llvm/lib/CodeGen/RegisterCoalescer.cpp
index e7b32179bde..c1ff13ec7ca 100644
--- a/llvm/lib/CodeGen/RegisterCoalescer.cpp
+++ b/llvm/lib/CodeGen/RegisterCoalescer.cpp
@@ -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)));
OpenPOWER on IntegriCloud