forked from OSchip/llvm-project
Testing commit access.
Remove a trailing whitespace. llvm-svn: 215653
This commit is contained in:
parent
a208a73390
commit
6f257cf27b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue