1. Random tidiness cleanups
authorChris Lattner <sabre@nondot.org>
Mon, 6 Aug 2007 06:19:47 +0000 (06:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Aug 2007 06:19:47 +0000 (06:19 +0000)
commit7ed54a0ece41faeaac4eec1a1e39789a64c1876e
tree6a8ab89d0d5c839f8bf40bc204f4ac308af1285e
parent947596c351942ac1367b09bd15c93a5293cffd00
1. Random tidiness cleanups
2. Make domtree printing print dfin/dfout #'s
3. Fix the Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll failure from last night (in DominanceFrontier::splitBlock).

w.r.t. #3, my patches last night happened to expose the bug, but this
has been broken since Owen's r35839 patch to LoopSimplify.  The code
was subsequently moved over from LoopSimplify into Dominators, carrying
the latent bug.  Fun stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40858 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Dominators.cpp