mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 15:39:28 +00:00
This should have been a reference
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e67bd6c248
commit
2ec7970df4
@ -226,7 +226,7 @@ bool SSAIfConv::canSpeculateInstrs(MachineBasicBlock *MBB) {
|
||||
}
|
||||
|
||||
// Check for any dependencies on Head instructions.
|
||||
for (const MachineOperand MO : I->operands()) {
|
||||
for (const MachineOperand &MO : I->operands()) {
|
||||
if (MO.isRegMask()) {
|
||||
DEBUG(dbgs() << "Won't speculate regmask: " << *I);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user