[llvm] r326808 - [Pipeliner] Test commit: fixed spelling mistake in comments

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 08:26:01 PST 2018


Author: jwroorda
Date: Tue Mar  6 08:26:01 2018
New Revision: 326808

URL: http://llvm.org/viewvc/llvm-project?rev=326808&view=rev
Log:
[Pipeliner] Test commit: fixed spelling mistake in comments

Reviewers: bcahoon

Subscribers: llvm-commits

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

Modified:
    llvm/trunk/lib/CodeGen/MachinePipeliner.cpp

Modified: llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachinePipeliner.cpp?rev=326808&r1=326807&r2=326808&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachinePipeliner.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachinePipeliner.cpp Tue Mar  6 08:26:01 2018
@@ -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




More information about the llvm-commits mailing list