diff options
author | Joey Gouly <joey.gouly@gmail.com> | 2014-01-01 10:07:45 +0000 |
---|---|---|
committer | Joey Gouly <joey.gouly@gmail.com> | 2014-01-01 10:07:45 +0000 |
commit | 600bfa42ec54949d68636062f83ea0e49cdbd3a1 (patch) | |
tree | 065ba86b2a87a252ca34bd813d455411c9feba67 | |
parent | d40d387fb11b5ae1a82296fcca6b9798b96a0c1a (diff) | |
download | bcm5719-llvm-600bfa42ec54949d68636062f83ea0e49cdbd3a1.tar.gz bcm5719-llvm-600bfa42ec54949d68636062f83ea0e49cdbd3a1.zip |
Remove extra semicolon.
llvm-svn: 198275
-rw-r--r-- | lld/include/lld/Core/Reference.h | 2 |
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 { |