[llvm] r259839 - Fix typo and test commit
Evandro Menezes via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 15:07:57 PST 2016
Author: evandro
Date: Thu Feb 4 17:07:57 2016
New Revision: 259839
URL: http://llvm.org/viewvc/llvm-project?rev=259839&view=rev
Log:
Fix typo and test commit
Modified:
llvm/trunk/include/llvm/Target/TargetSchedule.td
Modified: llvm/trunk/include/llvm/Target/TargetSchedule.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetSchedule.td?rev=259839&r1=259838&r2=259839&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetSchedule.td (original)
+++ llvm/trunk/include/llvm/Target/TargetSchedule.td Thu Feb 4 17:07:57 2016
@@ -13,7 +13,7 @@
// The SchedMachineModel is defined by subtargets for three categories of data:
// 1. Basic properties for coarse grained instruction cost model.
// 2. Scheduler Read/Write resources for simple per-opcode cost model.
-// 3. Instruction itineraties for detailed reservation tables.
+// 3. Instruction itineraries for detailed reservation tables.
//
// (1) Basic properties are defined by the SchedMachineModel
// class. Target hooks allow subtargets to associate opcodes with
More information about the llvm-commits
mailing list