summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsDelaySlotFiller.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-03-25 20:11:16 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-03-25 20:11:16 +0000
commit0c8f21afbd31e796c18a6a59b9f1039a71145c96 (patch)
tree263d1f62579c30a2dfaabd5d8ab0cf99e933ace9 /lib/Target/Mips/MipsDelaySlotFiller.cpp
parent259021a5621fd3837db79934ea5880cb846bfc44 (diff)
downloadllvm-0c8f21afbd31e796c18a6a59b9f1039a71145c96.tar.gz
llvm-0c8f21afbd31e796c18a6a59b9f1039a71145c96.tar.bz2
llvm-0c8f21afbd31e796c18a6a59b9f1039a71145c96.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsDelaySlotFiller.cpp')
-rw-r--r--lib/Target/Mips/MipsDelaySlotFiller.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsDelaySlotFiller.cpp b/lib/Target/Mips/MipsDelaySlotFiller.cpp
index e265590141..d07a595af3 100644
--- a/lib/Target/Mips/MipsDelaySlotFiller.cpp
+++ b/lib/Target/Mips/MipsDelaySlotFiller.cpp
@@ -220,9 +220,9 @@ namespace {
/// that can be moved to the delay slot. Returns true on success.
bool searchForward(MachineBasicBlock &MBB, Iter Slot) const;
- /// This function searches MBB's successor blocks for an instruction that
- /// can be moved to the delay slot and inserts clones of the instruction
- /// into the successor blocks.
+ /// This function searches one of MBB's successor blocks for an instruction
+ /// that can be moved to the delay slot and inserts clones of the
+ /// instruction into the successor's predecessor blocks.
bool searchSuccBBs(MachineBasicBlock &MBB, Iter Slot) const;
/// Pick a successor block of MBB. Return NULL if MBB doesn't have a