1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix comment.

llvm-svn: 177899
This commit is contained in:
Akira Hatanaka 2013-03-25 20:11:16 +00:00
parent 1eb4bdc7c5
commit 08303d47e3

View 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