Factor some of the constants+context related code out into a separate header, to...
authorOwen Anderson <resistor@mac.com>
Tue, 4 Aug 2009 22:41:48 +0000 (22:41 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 4 Aug 2009 22:41:48 +0000 (22:41 +0000)
commit48b2f3e4850cd27d54224cd42da8a160d6b95984
tree4a9d1fe3a0e3feacea1d637131b754943e0939f1
parent57035994f7329d63582365df278826dbbac5b046
Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h
not hideous.  Also, fix some MSVC compile errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78115 91177308-0d34-0410-b5e6-96231b3b80d8
38 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/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/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.cpp [deleted file]
lib/VMCore/LLVMContextImpl.h
tools/bugpoint/BugDriver.h
tools/llvm-db/CLIDebugger.h