mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105634 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef45832d7c
commit
b84adb3b80
@ -689,7 +689,7 @@ bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) {
|
|||||||
goto ProcessNext;
|
goto ProcessNext;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to transform ro a 16-bit non-two-address instruction.
|
// Try to transform to a 16-bit non-two-address instruction.
|
||||||
if (Entry.NarrowOpc1 && ReduceToNarrow(MBB, MI, Entry, LiveCPSR)) {
|
if (Entry.NarrowOpc1 && ReduceToNarrow(MBB, MI, Entry, LiveCPSR)) {
|
||||||
Modified = true;
|
Modified = true;
|
||||||
MachineBasicBlock::iterator I = prior(NextMII);
|
MachineBasicBlock::iterator I = prior(NextMII);
|
||||||
|
Loading…
Reference in New Issue
Block a user