summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/LiveDebugValues.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues.cpp
index 47a952ca7de..5eb244080f1 100644
--- a/llvm/lib/CodeGen/LiveDebugValues.cpp
+++ b/llvm/lib/CodeGen/LiveDebugValues.cpp
@@ -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
OpenPOWER on IntegriCloud