OSDN Git Service

Don't unswitch really large loops even if they are mostly filled with empty
authorChris Lattner <sabre@nondot.org>
Wed, 28 Jun 2006 16:38:55 +0000 (16:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Jun 2006 16:38:55 +0000 (16:38 +0000)
commitdaa2bf9a192496a456b548fbb6787cdcee183c70
treebaa796143d1c44da31a3332efe910de69be1717c
parentee12e8f28dc520cbc98555bc18749c2828c05495
Don't unswitch really large loops even if they are mostly filled with empty
blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28959 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopUnswitch.cpp