From 26f45ec9741db88b3dfee99bff7f0a625b800521 Mon Sep 17 00:00:00 2001 From: David Stenberg Date: Thu, 13 Jun 2019 14:02:55 +0000 Subject: [PATCH] Remove ';' after namespace's closing bracket [NFC] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363267 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/LiveDebugValues.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/LiveDebugValues.cpp b/lib/CodeGen/LiveDebugValues.cpp index 47a952ca7de..5eb244080f1 100644 --- a/lib/CodeGen/LiveDebugValues.cpp +++ b/lib/CodeGen/LiveDebugValues.cpp @@ -424,7 +424,7 @@ template <> struct DenseMapInfo { static bool isEqual(const DV &A, const DV &B) { return A == B; } }; -}; // namespace llvm +} // namespace llvm //===----------------------------------------------------------------------===// // Implementation -- 2.50.1