OSDN Git Service

Add LPPassManager interface that LoopPass can use to skip
authorDevang Patel <dpatel@apple.com>
Fri, 23 Feb 2007 00:10:16 +0000 (00:10 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 23 Feb 2007 00:10:16 +0000 (00:10 +0000)
commit5afdc7d78526622034932e6d07871c7b25d87361
treebcb51d72ecc7c56e957c36623c76d6fe8bef1c45
parent7d35c0e2b987a631019feb746ea577346abb1fee
Add LPPassManager interface that LoopPass can use to skip
rest of the passes in the queue for a loop.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34508 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopPass.h
lib/Analysis/LoopPass.cpp