mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
Fix spelling mistake in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1722,7 +1722,7 @@ void ModuleBitcodeWriter::writeDILocalVariable(
|
||||
const DILocalVariable *N, SmallVectorImpl<uint64_t> &Record,
|
||||
unsigned Abbrev) {
|
||||
// In order to support all possible bitcode formats in BitcodeReader we need
|
||||
// to distiguish the following cases:
|
||||
// to distinguish the following cases:
|
||||
// 1) Record has no artificial tag (Record[1]),
|
||||
// has no obsolete inlinedAt field (Record[9]).
|
||||
// In this case Record size will be 8, HasAlignment flag is false.
|
||||
|
||||
Reference in New Issue
Block a user