GlobalISel: Fix missing const

This commit is contained in:
Matt Arsenault 2020-02-17 12:08:39 -05:00
parent 80397d2d12
commit f9b45f857f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class MachineRegisterInfo;
class CombinerInfo {
public:
CombinerInfo(bool AllowIllegalOps, bool ShouldLegalizeIllegal,
LegalizerInfo *LInfo, bool OptEnabled, bool OptSize,
const LegalizerInfo *LInfo, bool OptEnabled, bool OptSize,
bool MinSize)
: IllegalOpsAllowed(AllowIllegalOps),
LegalizeIllegalOps(ShouldLegalizeIllegal), LInfo(LInfo),