mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[XRay] Remove extra ;
to make -wpedantic happy
llvm-svn: 285167
This commit is contained in:
parent
702d781d79
commit
365d976d22
@ -78,7 +78,7 @@ template <> struct MappingTraits<YAMLXRaySledEntry> {
|
||||
static constexpr bool flow = true;
|
||||
};
|
||||
|
||||
LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLXRaySledEntry);
|
||||
LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLXRaySledEntry)
|
||||
|
||||
namespace {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user