mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Allow specifying the name for the newly split basic block
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -171,7 +171,7 @@ public:
|
||||
/// cause a degenerate basic block to be formed, having a terminator inside of
|
||||
/// the basic block).
|
||||
///
|
||||
BasicBlock *splitBasicBlock(iterator I);
|
||||
BasicBlock *splitBasicBlock(iterator I, const std::string &BBName = "");
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user