mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-24 02:38:42 +00:00
Replace tabs I added in this new line of code with spaces.
Thanks to Nick for spotting this! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0738e76381
commit
dba9a17f9a
@ -1227,7 +1227,7 @@ bool AsmParser::ParseStatement() {
|
|||||||
getStreamer().EmitDwarfLocDirective(getContext().getGenDwarfFileNumber(),
|
getStreamer().EmitDwarfLocDirective(getContext().getGenDwarfFileNumber(),
|
||||||
SrcMgr.FindLineNumber(IDLoc, CurBuffer),
|
SrcMgr.FindLineNumber(IDLoc, CurBuffer),
|
||||||
0, DWARF2_LINE_DEFAULT_IS_STMT ?
|
0, DWARF2_LINE_DEFAULT_IS_STMT ?
|
||||||
DWARF2_FLAG_IS_STMT : 0, 0, 0,
|
DWARF2_FLAG_IS_STMT : 0, 0, 0,
|
||||||
StringRef());
|
StringRef());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user