Remove uses of builtin comma operator.

Cleanup for upcoming Clang warning -Wcomma.  No functionality change intended.

llvm-svn: 261270
This commit is contained in:
Richard Trieu
2016-02-18 22:09:30 +00:00
parent ec3d332748
commit 7a08381403
35 changed files with 329 additions and 187 deletions

View File

@@ -396,7 +396,8 @@ void MachineModuleInfo::TidyLandingPads(DenseMap<MCSymbol*, uintptr_t> *LPMap) {
LandingPad.BeginLabels.erase(LandingPad.BeginLabels.begin() + j);
LandingPad.EndLabels.erase(LandingPad.EndLabels.begin() + j);
--j, --e;
--j;
--e;
}
// Remove landing pads with no try-ranges.