mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Update comment for r149070.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0162ff421d
commit
6a5d0e2a98
@ -537,9 +537,7 @@ bool MachineBasicBlock::canFallThrough() {
|
||||
// If the block doesn't end in a known control barrier, assume fallthrough
|
||||
// is possible. The isPredicated check is needed because this code can be
|
||||
// called during IfConversion, where an instruction which is normally a
|
||||
// Barrier is predicated and thus no longer an actual control barrier. This
|
||||
// is over-conservative though, because if an instruction isn't actually
|
||||
// predicated we could still treat it like a barrier.
|
||||
// Barrier is predicated and thus no longer an actual control barrier.
|
||||
return empty() || !back().isBarrier() || TII->isPredicated(&back());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user