mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
[Pipeliner] Test commit: fixed spelling mistake in comments
Reviewers: bcahoon Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44152 llvm-svn: 326808
This commit is contained in:
parent
ed2d713a95
commit
d820e02b5e
@ -10,7 +10,7 @@
|
||||
// An implementation of the Swing Modulo Scheduling (SMS) software pipeliner.
|
||||
//
|
||||
// Software pipelining (SWP) is an instruction scheduling technique for loops
|
||||
// that overlap loop iterations and explioits ILP via a compiler transformation.
|
||||
// that overlap loop iterations and exploits ILP via a compiler transformation.
|
||||
//
|
||||
// Swing Modulo Scheduling is an implementation of software pipelining
|
||||
// that generates schedules that are near optimal in terms of initiation
|
||||
|
Loading…
Reference in New Issue
Block a user