summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Gouly <joey.gouly@gmail.com>2014-01-01 10:07:45 +0000
committerJoey Gouly <joey.gouly@gmail.com>2014-01-01 10:07:45 +0000
commit600bfa42ec54949d68636062f83ea0e49cdbd3a1 (patch)
tree065ba86b2a87a252ca34bd813d455411c9feba67
parentd40d387fb11b5ae1a82296fcca6b9798b96a0c1a (diff)
downloadbcm5719-llvm-600bfa42ec54949d68636062f83ea0e49cdbd3a1.tar.gz
bcm5719-llvm-600bfa42ec54949d68636062f83ea0e49cdbd3a1.zip
Remove extra semicolon.
llvm-svn: 198275
-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