mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[CaptureTrackingTest] Add missing override marker (NFC)
This commit is contained in:
parent
c9414e5876
commit
160413ec80
@ -76,7 +76,7 @@ TEST(CaptureTracking, MaxUsesToExplore) {
|
||||
|
||||
struct CollectingCaptureTracker : public CaptureTracker {
|
||||
SmallVector<const Use *, 4> Captures;
|
||||
void tooManyUses() { }
|
||||
void tooManyUses() override { }
|
||||
bool captured(const Use *U) override {
|
||||
Captures.push_back(U);
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user