1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Fix -Wpedantic warning. NFC.

This commit is contained in:
Michael Liao 2020-05-27 15:57:03 -04:00
parent 3770b35395
commit 471e025d5e

View File

@ -23,7 +23,7 @@ class SpecialCaseList;
namespace coverage {
class CoverageMapping;
struct FunctionRecord;
}; // namespace coverage
} // namespace coverage
/// Matches specific functions that pass the requirement of this filter.
class CoverageFilter {