summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Demangle/MicrosoftDemangle.cpp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-07-20 18:43:42 +0000
committerMartin Storsjo <martin@martin.st>2018-07-20 18:43:42 +0000
commit0f2abd803b41a3b4b8db34c9d610196729288598 (patch)
treeff6ef8c0d134c2d9061f5db2be86106a615821e1 /llvm/lib/Demangle/MicrosoftDemangle.cpp
parent98ff9f845ded3df23b5c0a6386e3bba96d9bb557 (diff)
downloadbcm5719-llvm-0f2abd803b41a3b4b8db34c9d610196729288598.tar.gz
bcm5719-llvm-0f2abd803b41a3b4b8db34c9d610196729288598.zip
Remove a superfluous semicolon
llvm-svn: 337599
Diffstat (limited to 'llvm/lib/Demangle/MicrosoftDemangle.cpp')
-rw-r--r--llvm/lib/Demangle/MicrosoftDemangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Demangle/MicrosoftDemangle.cpp b/llvm/lib/Demangle/MicrosoftDemangle.cpp
index 09892cf8993..c89f0cf80b7 100644
--- a/llvm/lib/Demangle/MicrosoftDemangle.cpp
+++ b/llvm/lib/Demangle/MicrosoftDemangle.cpp
@@ -1067,7 +1067,7 @@ CallingConv Demangler::demangleCallingConvention() {
}
return CallingConv::None;
-};
+}
StorageClass Demangler::demangleVariableStorageClass() {
assert(std::isdigit(MangledName.front()));
OpenPOWER on IntegriCloud