diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-02-29 17:06:46 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-02-29 17:06:46 +0000 |
commit | 693e8de0fa23bc265a88abcc7fd2d0cd0d0c3318 (patch) | |
tree | 5a7e66df487f2d672da20f25845866b2bd35ae9c /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | 0b56681d21df79a242e4838c95abcdf193ef9974 (diff) | |
download | bcm5719-llvm-693e8de0fa23bc265a88abcc7fd2d0cd0d0c3318.tar.gz bcm5719-llvm-693e8de0fa23bc265a88abcc7fd2d0cd0d0c3318.zip |
fix typo in comment
llvm-svn: 262236
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index 9b376827e54..819ab9f047a 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -980,7 +980,7 @@ void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, SmallVector<DebugLocEntry, 8> Entries; buildLocationList(Entries, Ranges); - // If the variable has an DIBasicType, extract it. Basic types cannot have + // If the variable has a DIBasicType, extract it. Basic types cannot have // unique identifiers, so don't bother resolving the type with the // identifier map. const DIBasicType *BT = dyn_cast<DIBasicType>( |