mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user