Fix comment.
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 25 Mar 2013 20:11:16 +0000 (20:11 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 25 Mar 2013 20:11:16 +0000 (20:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177899 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsDelaySlotFiller.cpp

index e2655901417373be7d7a90d3253b0782858bfd7b..d07a595af38a5e4f8e798cefd6e4b728ce5d9cde 100644 (file)
@@ -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