summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachinePipeliner.cpp
diff options
context:
space:
mode:
authorRoorda, Jan-Willem <jan-willem.roorda@intel.com>2018-03-06 16:26:01 +0000
committerRoorda, Jan-Willem <jan-willem.roorda@intel.com>2018-03-06 16:26:01 +0000
commit751bada62c8ca91b936ea580cceb9e98b0e8ca6e (patch)
tree3d9b49ed3dd614e85047ed20933e7967575909e4 /lib/CodeGen/MachinePipeliner.cpp
parent2d74623e2e1080b47596b590234ca2c306317d2f (diff)
[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
Diffstat (limited to 'lib/CodeGen/MachinePipeliner.cpp')
-rw-r--r--lib/CodeGen/MachinePipeliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/MachinePipeliner.cpp b/lib/CodeGen/MachinePipeliner.cpp
index 7ee4a99437e..11a09bfae66 100644
--- a/lib/CodeGen/MachinePipeliner.cpp
+++ b/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