1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

GlobalISel: Fix missing const

This commit is contained in:
Matt Arsenault 2020-02-17 12:08:39 -05:00
parent 72e377ae6b
commit 7779132b3d

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),