aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsLegalizerInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Mips/MipsLegalizerInfo.h')
-rw-r--r--lib/Target/Mips/MipsLegalizerInfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsLegalizerInfo.h b/lib/Target/Mips/MipsLegalizerInfo.h
index e5021e081890..9696c262b2db 100644
--- a/lib/Target/Mips/MipsLegalizerInfo.h
+++ b/lib/Target/Mips/MipsLegalizerInfo.h
@@ -28,6 +28,9 @@ public:
bool legalizeCustom(MachineInstr &MI, MachineRegisterInfo &MRI,
MachineIRBuilder &MIRBuilder,
GISelChangeObserver &Observer) const override;
+
+ bool legalizeIntrinsic(MachineInstr &MI, MachineRegisterInfo &MRI,
+ MachineIRBuilder &MIRBuilder) const override;
};
} // end namespace llvm
#endif