Break part of Pass.h out into PassAnalysisSupport.h
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:59:55 +0000 (17:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 17:59:55 +0000 (17:59 +0000)
commit4c76fc048bb9a3c5f760a50ea114f0605b9561d9
tree3ec33214ebc509201d168916e1d0d1bda4f00da4
parentf1ac9f6a7f70508c824c373e9d3d652a6e7bc418
Break part of Pass.h out into PassAnalysisSupport.h
Add PassSupport.h which contains code for Pass registration

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3010 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h [new file with mode: 0644]
include/llvm/PassSupport.h [new file with mode: 0644]