]> granicus.if.org Git - llvm/commitdiff
Remove ';' after namespace's closing bracket [NFC]
authorDavid Stenberg <david.stenberg@ericsson.com>
Thu, 13 Jun 2019 14:02:55 +0000 (14:02 +0000)
committerDavid Stenberg <david.stenberg@ericsson.com>
Thu, 13 Jun 2019 14:02:55 +0000 (14:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363267 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveDebugValues.cpp

index 47a952ca7de8048f5629b0c2fd2e443350727f2d..5eb244080f14f83a9cd105d0fc261a07f9709a9d 100644 (file)
@@ -424,7 +424,7 @@ template <> struct DenseMapInfo<LiveDebugValues::DebugVariable> {
   static bool isEqual(const DV &A, const DV &B) { return A == B; }
 };
 
-}; // namespace llvm
+} // namespace llvm
 
 //===----------------------------------------------------------------------===//
 //            Implementation