diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC.h')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPC.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.h b/llvm/lib/Target/PowerPC/PPC.h index bbd247f20fb..e6d38ebf217 100644 --- a/llvm/lib/Target/PowerPC/PPC.h +++ b/llvm/lib/Target/PowerPC/PPC.h @@ -72,9 +72,7 @@ namespace llvm { MO_HA16 = 2 << 5, MO_TPREL16_HA = 3 << 5, - MO_TPREL16_LO = 4 << 5, - MO_GOT_TPREL16_DS = 5 << 5, - MO_TLS = 6 << 5 + MO_TPREL16_LO = 4 << 5 }; } // end namespace PPCII |

