diff options
Diffstat (limited to 'llvm/lib/Target/BPF/BPF.td')
| -rw-r--r-- | llvm/lib/Target/BPF/BPF.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/BPF/BPF.td b/llvm/lib/Target/BPF/BPF.td index a7aa6274f5ac..1fc364dad998 100644 --- a/llvm/lib/Target/BPF/BPF.td +++ b/llvm/lib/Target/BPF/BPF.td @@ -13,6 +13,9 @@ include "BPFCallingConv.td" include "BPFInstrInfo.td" include "GISel/BPFRegisterBanks.td" + +defm : RemapAllTargetPseudoPointerOperands<GPR>; + def BPFInstrInfo : InstrInfo; class Proc<string Name, list<SubtargetFeature> Features> |
