wrap long lines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-05-05 22:32:24 +00:00
parent 5e14b0d3e6
commit d717c1859a
3 changed files with 15 additions and 14 deletions

View File

@ -55,7 +55,8 @@ namespace {
if (!F.isDeclaration()) {
//give us a clean block
BasicBlock* bbold = &F.getEntryBlock();
BasicBlock* bbnew = new BasicBlock("allocablock", &F, &F.getEntryBlock());
BasicBlock* bbnew = new BasicBlock("allocablock", &F,
&F.getEntryBlock());
new BranchInst(bbold, bbnew);
//find the instructions