Do not consider debug intrinsics in the size computations for loop unrolling.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 17:18:36 +0000 (17:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 17:18:36 +0000 (17:18 +0000)
commit64613ea8c8fa4bbccdfb2666bcdb27ba635fd5a2
treee6d5c28d8f0a2a1d3200885c0482f39962f30a62
parent3e775143fb562cddc27734ba46a3ccf3aa0f3e01
Do not consider debug intrinsics in the size computations for loop unrolling.
Patch contributed by Michael McCracken!

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