mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
AMDGPU/GlobalISel: Remove redundant virtual
This commit is contained in:
parent
f37e7222d1
commit
88f2f59236
@ -154,8 +154,8 @@ public:
|
||||
report_fatal_error("Invalid rule identifier");
|
||||
}
|
||||
|
||||
virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
|
||||
MachineIRBuilder &B) const override;
|
||||
bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
|
||||
MachineIRBuilder &B) const override;
|
||||
};
|
||||
|
||||
bool AMDGPUPostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer,
|
||||
|
Loading…
Reference in New Issue
Block a user