mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
who would have thought you would want to write into globals too
llvm-svn: 24381
This commit is contained in:
parent
7c43f5683f
commit
d6861fd1db
@ -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