Add some DEBUG output to the simplifycfg routines
authorChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 01:13:18 +0000 (01:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Jun 2004 01:13:18 +0000 (01:13 +0000)
commit218a8223e62c41ae6318e28e8f4c672fcfbb5082
tree641739834fd6df04192f497d51507d9fd4022d01
parent2d67208306d7b3cc183265832b85cb0f4cf7cc37
Add some DEBUG output to the simplifycfg routines
Fix another non-deterministic behavior, this one should actually speed up the
code though as it was doing silly things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14258 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp