mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
[PATCH 023/155] Typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
961bb6f430
commit
30da5380e0
@ -208,7 +208,7 @@ void SystemZAsmPrinter::printRIAddrOperand(const MachineInstr *MI, int OpNum,
|
||||
void SystemZAsmPrinter::printRRIAddrOperand(const MachineInstr *MI, int OpNum,
|
||||
const char* Modifier) {
|
||||
const MachineOperand &Base = MI->getOperand(OpNum);
|
||||
const MachineOperand &Index = MI->getOperand(OpNum);
|
||||
const MachineOperand &Index = MI->getOperand(OpNum+1);
|
||||
|
||||
// Print displacement operand.
|
||||
printOperand(MI, OpNum+2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user