summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.cpp
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-12-19 01:02:11 +0000
committerAdrian Prantl <aprantl@apple.com>2014-12-19 01:02:11 +0000
commit97f768551682a016797ec723ac8e22e8fada994a (patch)
treebdfc982158f7ac4224c3291a5db3beefc0e71e3b /clang/lib/CodeGen/CGDebugInfo.cpp
parent5ccbb1298b9c5ef2e474d7b3883c75e72710bd1b (diff)
downloadbcm5719-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.cpp2
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())
OpenPOWER on IntegriCloud