Initial checkin of a simple loop unswitching pass. It still needs work,
authorChris Lattner <sabre@nondot.org>
Mon, 19 Apr 2004 18:07:02 +0000 (18:07 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Apr 2004 18:07:02 +0000 (18:07 +0000)
commit18f16094c25d4ec7c1bede39b3f541ed56b1e96f
treee5bc60cba579f29ef3e6687c812b8b34ac0544f5
parent74332be31efa6f06d53db4f6527121159382a40c
Initial checkin of a simple loop unswitching pass.  It still needs work,
but it's a start, and seems to do it's basic job.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13068 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp [new file with mode: 0644]