1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Fix typo and test commit

llvm-svn: 259839
This commit is contained in:
Evandro Menezes 2016-02-04 23:07:57 +00:00
parent 8a43819d85
commit ea4ddaa646

View File

@ -13,7 +13,7 @@
// The SchedMachineModel is defined by subtargets for three categories of data: // The SchedMachineModel is defined by subtargets for three categories of data:
// 1. Basic properties for coarse grained instruction cost model. // 1. Basic properties for coarse grained instruction cost model.
// 2. Scheduler Read/Write resources for simple per-opcode 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 // (1) Basic properties are defined by the SchedMachineModel
// class. Target hooks allow subtargets to associate opcodes with // class. Target hooks allow subtargets to associate opcodes with