mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -177,7 +177,7 @@ void CriticalAntiDepBreaker::PrescanInstruction(MachineInstr *MI) {
|
|||||||
// that have special allocation requirements. Also assume all registers
|
// that have special allocation requirements. Also assume all registers
|
||||||
// used in a call must not be changed (ABI).
|
// used in a call must not be changed (ABI).
|
||||||
// FIXME: The issue with predicated instruction is more complex. We are being
|
// FIXME: The issue with predicated instruction is more complex. We are being
|
||||||
// conservatively here because the kill markers cannot be trusted after
|
// conservative here because the kill markers cannot be trusted after
|
||||||
// if-conversion:
|
// if-conversion:
|
||||||
// %R6<def> = LDR %SP, %reg0, 92, pred:14, pred:%reg0; mem:LD4[FixedStack14]
|
// %R6<def> = LDR %SP, %reg0, 92, pred:14, pred:%reg0; mem:LD4[FixedStack14]
|
||||||
// ...
|
// ...
|
||||||
|
|||||||
Reference in New Issue
Block a user