[llvm] r206960 - Fixing typos in commit r206957

Alexey Volkov avolkov.intel at gmail.com
Wed Apr 23 03:20:31 PDT 2014


Author: volkalex
Date: Wed Apr 23 05:20:31 2014
New Revision: 206960

URL: http://llvm.org/viewvc/llvm-project?rev=206960&view=rev
Log:
Fixing typos in commit r206957

Differential Revision: http://reviews.llvm.org/D3451

Modified:
    llvm/trunk/lib/Target/X86/X86ScheduleSLM.td

Modified: llvm/trunk/lib/Target/X86/X86ScheduleSLM.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ScheduleSLM.td?rev=206960&r1=206959&r2=206960&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ScheduleSLM.td (original)
+++ llvm/trunk/lib/Target/X86/X86ScheduleSLM.td Wed Apr 23 05:20:31 2014
@@ -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>;





More information about the llvm-commits mailing list