mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Detabify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208019 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05da4dd998
commit
096d8411b3
@ -204,7 +204,7 @@ struct AllocaDerivedValueTracker {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
case Instruction::Store: {
|
case Instruction::Store: {
|
||||||
if (U->getOperandNo() == 0)
|
if (U->getOperandNo() == 0)
|
||||||
EscapePoints.insert(I);
|
EscapePoints.insert(I);
|
||||||
continue; // Stores have no users to analyze.
|
continue; // Stores have no users to analyze.
|
||||||
}
|
}
|
||||||
@ -216,7 +216,7 @@ struct AllocaDerivedValueTracker {
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
EscapePoints.insert(I);
|
EscapePoints.insert(I);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
AddUsesToWorklist(I);
|
AddUsesToWorklist(I);
|
||||||
|
Loading…
Reference in New Issue
Block a user