OSDN Git Service

Add Loop Pass Manager.
authorDevang Patel <dpatel@apple.com>
Thu, 22 Feb 2007 08:56:17 +0000 (08:56 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 22 Feb 2007 08:56:17 +0000 (08:56 +0000)
commit16a31c4ebf36d6520f18cebd8a6b248d18d10f97
tree2d37c0b2083c07ca3a6e5a61783003d57dac6720
parent7d8012b602ee3456072bf61a10574d8753990eac
Add Loop Pass Manager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34487 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopPass.h [new file with mode: 0644]
lib/Analysis/LoopPass.cpp [new file with mode: 0644]