diff options
| author | Dan Gohman <gohman@apple.com> | 2010-07-26 17:39:33 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-07-26 17:39:33 +0000 |
| commit | 45af0ad18287a2212a4e53dc7ea27ea094866e33 (patch) | |
| tree | 3ce7d1640c4442f6a0fd7d768e385c14bd5c7af7 /llvm/lib/VMCore/Dominators.cpp | |
| parent | f9da3c3b8895936a568eb4fa47f013d2c1bbcd47 (diff) | |
| download | bcm5719-llvm-45af0ad18287a2212a4e53dc7ea27ea094866e33.tar.gz bcm5719-llvm-45af0ad18287a2212a4e53dc7ea27ea094866e33.zip | |
Fix formatting.
llvm-svn: 109403
Diffstat (limited to 'llvm/lib/VMCore/Dominators.cpp')
| -rw-r--r-- | llvm/lib/VMCore/Dominators.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 4a6c5e80250..96add57f146 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/lib/VMCore/Dominators.cpp @@ -123,8 +123,8 @@ void DominanceFrontier::verifyAnalysis() const { // NewBB is split and now it has one successor. Update dominance frontier to // reflect this change. void DominanceFrontier::splitBlock(BasicBlock *NewBB) { - assert(NewBB->getTerminator()->getNumSuccessors() == 1 - && "NewBB should have a single successor!"); + assert(NewBB->getTerminator()->getNumSuccessors() == 1 && + "NewBB should have a single successor!"); BasicBlock *NewBBSucc = NewBB->getTerminator()->getSuccessor(0); SmallVector<BasicBlock*, 8> PredBlocks; |

