Remove ';' after namespace's closing bracket [NFC]
llvm-svn: 363267
diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues.cpp
index 47a952c..5eb2440 100644
--- a/llvm/lib/CodeGen/LiveDebugValues.cpp
+++ b/llvm/lib/CodeGen/LiveDebugValues.cpp
@@ -424,7 +424,7 @@
static bool isEqual(const DV &A, const DV &B) { return A == B; }
};
-}; // namespace llvm
+} // namespace llvm
//===----------------------------------------------------------------------===//
// Implementation