summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
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
commit4a0555250d85f2da6f26881ae9c15bcdb49b1d98 (patch)
tree6aec4afeae579e478c872d6d0e6ee0deb12acf43 /lib/CodeGen/AsmPrinter
parentef10f995028c05c2df615eaca4b0bf6017e1ad66 (diff)
downloadllvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.gz
llvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.bz2
llvm-4a0555250d85f2da6f26881ae9c15bcdb49b1d98.tar.xz
Fix typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209982 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
index a70c0f7c11..29ebad4025 100644
--- a/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
+++ b/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);
}