1
0
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:
Matt Arsenault 2020-03-28 19:04:47 -04:00 committed by Matt Arsenault
parent f37e7222d1
commit 88f2f59236

View File

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