Add special check to avoid isLoop call. Simple, but doesn't seem to speed
authorChris Lattner <sabre@nondot.org>
Wed, 2 Aug 2006 00:16:47 +0000 (00:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Aug 2006 00:16:47 +0000 (00:16 +0000)
commitf9ba401bf5eddc5ca6282766682116e922f092d7
treebe258711a0cc784007055e8a71029519c1cf8908
parent880ddb018a4bdcff00d35f28988d9eddb557b8e6
Add special check to avoid isLoop call.  Simple, but doesn't seem to speed
up lcssa much in practice.

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