diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-12-19 01:02:11 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-12-19 01:02:11 +0000 |
commit | 97f768551682a016797ec723ac8e22e8fada994a (patch) | |
tree | bdfc982158f7ac4224c3291a5db3beefc0e71e3b /clang/lib/CodeGen/CGDebugInfo.cpp | |
parent | 5ccbb1298b9c5ef2e474d7b3883c75e72710bd1b (diff) | |
download | bcm5719-llvm-97f768551682a016797ec723ac8e22e8fada994a.tar.gz bcm5719-llvm-97f768551682a016797ec723ac8e22e8fada994a.zip |
Fix a typo.
llvm-svn: 224557
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index dc4084613c4..7a5c90a1ccf 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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()) |