mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Fixing typos in commit r206957
Differential Revision: http://reviews.llvm.org/D3451 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206960 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d91579fa9
commit
4231346c8d
@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines the machine model for Intal Silvermont to support
|
||||
// This file defines the machine model for Intel Silvermont to support
|
||||
// instruction scheduling and other instruction cost heuristics.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
@ -27,7 +27,7 @@ def SLMModel : SchedMachineModel {
|
||||
|
||||
let SchedModel = SLMModel in {
|
||||
|
||||
// Silveromnt has 5 reservation stations for micro-ops
|
||||
// Silvermont has 5 reservation stations for micro-ops
|
||||
|
||||
def IEC_RSV0 : ProcResource<1>;
|
||||
def IEC_RSV1 : ProcResource<1>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user