summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-10-26 04:21:17 +0000
committerDean Michael Berris <dberris@google.com>2016-10-26 04:21:17 +0000
commitb278c216291653223aa9a922337d8727336eca3d (patch)
treecd39eff88ccd889affed939d2f7ecdff3b67e581 /llvm/tools
parent8b327a198764ec0b4ec4fb07a7f76d7dbcfd4d6d (diff)
downloadbcm5719-llvm-b278c216291653223aa9a922337d8727336eca3d.tar.gz
bcm5719-llvm-b278c216291653223aa9a922337d8727336eca3d.zip
[XRay] Remove extra `;` to make -wpedantic happy
llvm-svn: 285167
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/llvm-xray/xray-extract.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/xray-extract.cc b/llvm/tools/llvm-xray/xray-extract.cc
index 5f95d2d160f..34bda48c751 100644
--- a/llvm/tools/llvm-xray/xray-extract.cc
+++ b/llvm/tools/llvm-xray/xray-extract.cc
@@ -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 {
OpenPOWER on IntegriCloud