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:
Alexey Volkov 2014-04-23 10:20:31 +00:00
parent 8d91579fa9
commit 4231346c8d

View File

@ -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>;