[PATCH] D44152: [Pipeliner] Test commit: fixed spelling mistake in comments

Jan-Willem Roorda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 08:29:00 PST 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL326808: [Pipeliner] Test commit: fixed spelling mistake in comments (authored by jwroorda, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44152?vs=137194&id=137204#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44152

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


Index: llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
===================================================================
--- llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
+++ llvm/trunk/lib/CodeGen/MachinePipeliner.cpp
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44152.137204.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/bfd07be8/attachment.bin>


More information about the llvm-commits mailing list