Make LLVMContext and LLVMContextImpl classes instead of structs.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Aug 2009 17:45:13 +0000 (17:45 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Aug 2009 17:45:13 +0000 (17:45 +0000)
commit12ddd409535b52a7fa5157ded9a4cedd161fedb6
treeb3a6553c71216593be569cd25abbba245b085aae
parentc588d558100b488ff20f560b5c35d3bec4790aff
Make LLVMContext and LLVMContextImpl classes instead of structs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78690 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
include/llvm/Analysis/ConstantFolding.h
include/llvm/Analysis/DebugInfo.h
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/SparsePropagation.h
include/llvm/Analysis/ValueTracking.h
include/llvm/Assembly/Parser.h
include/llvm/BasicBlock.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/Constant.h
include/llvm/Constants.h
include/llvm/Debugger/Debugger.h
include/llvm/DerivedTypes.h
include/llvm/Function.h
include/llvm/GlobalVariable.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/Intrinsics.h
include/llvm/LLVMContext.h
include/llvm/Linker.h
include/llvm/Metadata.h
include/llvm/Module.h
include/llvm/Support/ConstantFolder.h
include/llvm/Support/NoFolder.h
include/llvm/Support/TargetFolder.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/ValueMapper.h
include/llvm/Value.h
lib/Archive/ArchiveInternals.h
lib/AsmParser/LLLexer.h
lib/Bitcode/Reader/BitcodeReader.h
lib/VMCore/ConstantFold.h
lib/VMCore/LLVMContext.cpp
lib/VMCore/LLVMContextImpl.h
tools/bugpoint/BugDriver.h
tools/llvm-db/CLIDebugger.h