Testing commit access.

Remove a trailing whitespace.

llvm-svn: 215653
This commit is contained in:
Moritz Roth 2014-08-14 16:20:50 +00:00
parent a208a73390
commit 6f257cf27b
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ static bool BBHasFallthrough(MachineBasicBlock *MBB) {
if (NextBB == MBB->getParent()->end())
return false;
for (MachineBasicBlock *S : MBB->successors())
for (MachineBasicBlock *S : MBB->successors())
if (S == NextBB)
return true;