mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
who would have thought you would want to write into globals too
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8746d7f84
commit
81b5a3c387
@ -193,6 +193,12 @@ int AlphaCodeEmitter::getMachineOpValue(MachineInstr &MI, MachineOperand &MO) {
|
||||
case Alpha::LDSr:
|
||||
case Alpha::LDTr:
|
||||
case Alpha::LDAr:
|
||||
case Alpha::STQr:
|
||||
case Alpha::STLr:
|
||||
case Alpha::STWr:
|
||||
case Alpha::STBr:
|
||||
case Alpha::STSr:
|
||||
case Alpha::STTr:
|
||||
Reloc = Alpha::reloc_gprellow;
|
||||
break;
|
||||
case Alpha::LDAHr:
|
||||
|
Loading…
Reference in New Issue
Block a user