summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/include/lld/Core/Reference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/Reference.h b/lld/include/lld/Core/Reference.h
index 62248490a83..0eaaaf8b0ef 100644
--- a/lld/include/lld/Core/Reference.h
+++ b/lld/include/lld/Core/Reference.h
@@ -72,7 +72,7 @@ public:
/// change the codegen and hence the reference kind.
void setKindValue(KindValue value) {
_kindValue = value;
- };
+ }
/// KindValues used with KindNamespace::all and KindArch::all.
enum {
OpenPOWER on IntegriCloud