mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user