summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-05-31 21:26:28 +0000
committerAlp Toker <alp@nuanti.com>2014-05-31 21:26:28 +0000
commitda0c7933cfce8fac716f378bd50cb8236a58cae0 (patch)
tree65605a5ff187a6d7e2c85a7bb2f321f98df71ca2 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
parent322db9ea39a8e7eff225828d9c10091e5d8ffe16 (diff)
downloadbcm5719-llvm-da0c7933cfce8fac716f378bd50cb8236a58cae0.tar.gz
bcm5719-llvm-da0c7933cfce8fac716f378bd50cb8236a58cae0.zip
Fix typos
llvm-svn: 209982
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
index a70c0f7c11a..29ebad40256 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
@@ -1382,7 +1382,7 @@ DIE *DwarfUnit::getOrCreateSubprogramDIE(DISubprogram SP) {
if (DISubprogram SPDecl = SP.getFunctionDeclaration()) {
// Add subprogram definitions to the CU die directly.
ContextDIE = &getUnitDie();
- // Build the decl now to ensure it preceeds the definition.
+ // Build the decl now to ensure it precedes the definition.
getOrCreateSubprogramDIE(SPDecl);
}
OpenPOWER on IntegriCloud