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:
parent
72e377ae6b
commit
7779132b3d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user