mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 18:24:23 +00:00
typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184783 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1128,7 +1128,7 @@ DILexicalBlockFile DIBuilder::createLexicalBlockFile(DIDescriptor Scope,
|
|||||||
|
|
||||||
DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File,
|
DILexicalBlock DIBuilder::createLexicalBlock(DIDescriptor Scope, DIFile File,
|
||||||
unsigned Line, unsigned Col) {
|
unsigned Line, unsigned Col) {
|
||||||
// Defeat MDNode uniqing for lexical blocks by using unique id.
|
// Defeat MDNode uniquing for lexical blocks by using unique id.
|
||||||
static unsigned int unique_id = 0;
|
static unsigned int unique_id = 0;
|
||||||
Value *Elts[] = {
|
Value *Elts[] = {
|
||||||
GetTagConstant(VMContext, dwarf::DW_TAG_lexical_block),
|
GetTagConstant(VMContext, dwarf::DW_TAG_lexical_block),
|
||||||
|
Reference in New Issue
Block a user