Skip to content

Commit

Permalink
[Pipeliner] Test commit: fixed spelling mistake in comments
Browse files Browse the repository at this point in the history
Reviewers: bcahoon

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D44152

llvm-svn: 326808
  • Loading branch information
jwroorda committed Mar 6, 2018
1 parent 260ed86 commit 20a0e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/MachinePipeliner.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 20a0e55

Please sign in to comment.