Tidy some #includes and forward-declarations, and move the C binding code
authorDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 00:43:20 +0000 (00:43 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 7 Aug 2010 00:43:20 +0000 (00:43 +0000)
commit11112e0d7b1fb2741ed65a5085037918d1425916
tree3f868bdd48d5a4249983092162fa69d8b2ef5c71
parent634bab148cacc8cc8647172056c26c8bc3f60a65
Tidy some #includes and forward-declarations, and move the C binding code
out of PassManager.cpp and into Core.cpp with the rest of the C binding code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110494 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
include/llvm/PassManager.h
include/llvm/PassSupport.h
lib/CodeGen/ELFWriter.h
lib/VMCore/Core.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp