mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo in comment. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61f49542d7
commit
77c7578426
@ -1177,7 +1177,7 @@ class Record {
|
||||
// def Def : Class<Struct<i>>;
|
||||
//
|
||||
// These need to get fully resolved before instantiating any other
|
||||
// definitions that usie them (e.g. Def). However, inside a multiclass they
|
||||
// definitions that use them (e.g. Def). However, inside a multiclass they
|
||||
// can't be immediately resolved so we mark them ResolveFirst to fully
|
||||
// resolve them later as soon as the multiclass is instantiated.
|
||||
bool ResolveFirst;
|
||||
|
Loading…
Reference in New Issue
Block a user