mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119573 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8abe08d7f9
commit
0129be281e
@ -677,7 +677,7 @@ void ARMCodeEmitter::emitLEApcrelJTInstruction(const MachineInstr &MI) {
|
||||
const TargetInstrDesc &TID = MI.getDesc();
|
||||
|
||||
// Emit the 'add' instruction.
|
||||
unsigned Binary = 0x4 << 21; // add: Insts{24-31} = 0b0100
|
||||
unsigned Binary = 0x4 << 21; // add: Insts{24-21} = 0b0100
|
||||
|
||||
// Set the conditional execution predicate
|
||||
Binary |= II->getPredicate(&MI) << ARMII::CondShift;
|
||||
|
Loading…
x
Reference in New Issue
Block a user