diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-04-04 22:56:49 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-04-04 22:56:49 +0000 |
commit | 322f41d09546bd50134e705f8db15c9768a97c01 (patch) | |
tree | d2a006e9178d833c3204c16ddc7aa1e810c6f896 /llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | |
parent | e5680b3c362666b1b608a11449ef40e6982435f4 (diff) | |
download | bcm5719-llvm-322f41d09546bd50134e705f8db15c9768a97c01.tar.gz bcm5719-llvm-322f41d09546bd50134e705f8db15c9768a97c01.zip |
typo
llvm-svn: 178804
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp index 1c743c2414e..f9b6f947214 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp @@ -1366,7 +1366,7 @@ void CompileUnit::createGlobalVariableDIE(const MDNode *N) { } } else if (const ConstantInt *CI = dyn_cast_or_null<ConstantInt>(GV.getConstant())) { - // AT_const_value was added when the static memeber was created. To avoid + // AT_const_value was added when the static member was created. To avoid // emitting AT_const_value multiple times, we only add AT_const_value when // it is not a static member. if (!IsStaticMember) |