Kaynağa Gözat

[Pipeliner] Test commit: fixed spelling mistake in comments

Reviewers: bcahoon

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326808 91177308-0d34-0410-b5e6-96231b3b80d8
Roorda, Jan-Willem 7 yıl önce
ebeveyn
işleme
751bada62c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/CodeGen/MachinePipeliner.cpp

+ 1 - 1
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