summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit20a0e550d3d0bb4efabbcb5388da22fd9c2f94d2 (patch)
tree17223323e323a5b71db0187e6082ddc98329f2f8 /llvm/lib/CodeGen/MachinePipeliner.cpp
parent260ed8647a1a2926153c628ca21491dd05f5b8f0 (diff)
downloadbcm5719-llvm-20a0e550d3d0bb4efabbcb5388da22fd9c2f94d2.tar.gz
bcm5719-llvm-20a0e550d3d0bb4efabbcb5388da22fd9c2f94d2.zip
[Pipeliner] Test commit: fixed spelling mistake in comments
Reviewers: bcahoon Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D44152 llvm-svn: 326808
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
-rw-r--r--llvm/lib/CodeGen/MachinePipeliner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp
index 7ee4a99437e..11a09bfae66 100644
--- a/llvm/lib/CodeGen/MachinePipeliner.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud