mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-28 23:17:10 +00:00
Fix unicode chars into ascii in comment lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1609,7 +1609,7 @@ void ExportEntry::pushDownUntilBottom() {
|
|||||||
// string that is the accumulation of all edge strings along the parent chain
|
// string that is the accumulation of all edge strings along the parent chain
|
||||||
// to this point.
|
// to this point.
|
||||||
//
|
//
|
||||||
// There is one “export” node for each exported symbol. But because some
|
// There is one "export" node for each exported symbol. But because some
|
||||||
// symbols may be a prefix of another symbol (e.g. _dup and _dup2), an export
|
// symbols may be a prefix of another symbol (e.g. _dup and _dup2), an export
|
||||||
// node may have child nodes too.
|
// node may have child nodes too.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user