move 'cfgonly' pass tracking into PassInfo, instead of handling it with
authorChris Lattner <sabre@nondot.org>
Fri, 1 Dec 2006 22:21:11 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Dec 2006 22:21:11 +0000 (22:21 +0000)
commit947c7689fc0435c7bb69b62f61ff40e266e87f0c
tree716205eec4ff136f9d24e70c006f56035c30cd66
parent5365489f6ce9d8c8d6c7227b1768bd372a37c158
move 'cfgonly' pass tracking into PassInfo, instead of handling it with
yet-another global data structure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32102 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/PassSupport.h
lib/VMCore/Pass.cpp