From a4187a13a38acd612a2cda7f23d6a01ea5ca4697 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 19 Dec 2014 01:02:11 +0000 Subject: [PATCH] Fix a typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224557 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index dc4084613c..7a5c90a1cc 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -3396,7 +3396,7 @@ void CGDebugInfo::finalize() { llvm::Metadata *Repl; auto it = DeclCache.find(p.first); - // If there has been no definition for the declaration, call RAUV + // If there has been no definition for the declaration, call RAUW // with ourselves, that will destroy the temporary MDNode and // replace it with a standard one, avoiding leaking memory. if (it == DeclCache.end()) -- 2.40.0