summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/PPC.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC.td')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.td2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.td b/llvm/lib/Target/PowerPC/PPC.td
index 5d9ec4adf45c..dc00aebe311f 100644
--- a/llvm/lib/Target/PowerPC/PPC.td
+++ b/llvm/lib/Target/PowerPC/PPC.td
@@ -820,6 +820,8 @@ def PPCAsmParserVariant : AsmParserVariant {
string BreakCharacters = ".";
}
+defm : RemapAllTargetPseudoPointerOperands<ppc_ptr_rc>;
+
def PPC : Target {
// Information about the instructions.
let InstructionSet = PPCInstrInfo;