diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-07-23 08:51:15 +0000 |
commit | 35521e231034815b6962eff0dbbd8ee132038784 (patch) | |
tree | 434141fe9ab99916e5338540fb277099c3bc6020 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff) | |
download | llvm-35521e231034815b6962eff0dbbd8ee132038784.zip llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.bz2 |
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineScheduler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineScheduler.cpp b/llvm/lib/CodeGen/MachineScheduler.cpp index 098ec47..a1dc948 100644 --- a/llvm/lib/CodeGen/MachineScheduler.cpp +++ b/llvm/lib/CodeGen/MachineScheduler.cpp @@ -212,7 +212,7 @@ bool MachineScheduler::runOnMachineFunction(MachineFunction &mf) { Scheduler->startBlock(MBB); // Break the block into scheduling regions [I, RegionEnd), and schedule each - // region as soon as it is discovered. RegionEnd points the the scheduling + // region as soon as it is discovered. RegionEnd points the scheduling // boundary at the bottom of the region. The DAG does not include RegionEnd, // but the region does (i.e. the next RegionEnd is above the previous // RegionBegin). If the current block has no terminator then RegionEnd == |