1
0
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:
Dean Michael Berris 2016-10-26 04:21:17 +00:00
parent 702d781d79
commit 365d976d22

View File

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