who would have thought you would want to write into globals too
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 16 Nov 2005 21:15:53 +0000 (21:15 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 16 Nov 2005 21:15:53 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaCodeEmitter.cpp

index 6b4c3a2bf50dd86f35f7458c250677cbd1d8bea4..a0da7aa144eacd88fff17dcdc2bbfb796d9d23cb 100644 (file)
@@ -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: