mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fixed a strange construct. Please review.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55ce3d03cc
commit
7168be956d
@ -124,7 +124,7 @@ bool BreakCriticalMachineEdges::runOnMachineFunction(MachineFunction& F) {
|
||||
}
|
||||
}
|
||||
|
||||
for(unsigned u = 0; u < SourceBlocks.size() > 0; u++)
|
||||
for(unsigned u = 0; u < SourceBlocks.size(); u++)
|
||||
splitCriticalEdge(SourceBlocks[u], DestBlocks[u]);
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user