mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219216 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08942b98d7
commit
4658d7a23b
@ -224,7 +224,7 @@ struct MCSchedModel {
|
||||
return &SchedClassTable[SchedClassIdx];
|
||||
}
|
||||
|
||||
// /\brief Returns a default initialiszed mdoel. Used for unknown processors.
|
||||
// /\brief Returns a default initialized model. Used for unknown processors.
|
||||
static MCSchedModel GetDefaultSchedModel() {
|
||||
MCSchedModel Ret = { DefaultIssueWidth,
|
||||
DefaultMicroOpBufferSize,
|
||||
|
Loading…
Reference in New Issue
Block a user