mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Change behavior of changeExitBlock function to replace all instances of exit block
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5661 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -89,8 +89,8 @@ public:
|
||||
///
|
||||
void addBasicBlockToLoop(BasicBlock *NewBB, LoopInfo &LI);
|
||||
|
||||
/// changeExitBlock - This method is used to update loop information. One
|
||||
/// instance of the specified Old basic block is removed from the exit list
|
||||
/// changeExitBlock - This method is used to update loop information. All
|
||||
/// instances of the specified Old basic block are removed from the exit list
|
||||
/// and replaced with New.
|
||||
///
|
||||
void changeExitBlock(BasicBlock *Old, BasicBlock *New);
|
||||
|
Reference in New Issue
Block a user