Make the use of const with respect to LLVMContext sane. Hopefully this is the last...
authorOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 23:13:44 +0000 (23:13 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 1 Jul 2009 23:13:44 +0000 (23:13 +0000)
commit4434ed44c45c87a72b7a0bf2f91211f895022b91
treedc0e25b2f2b2706339e64e4f654d2a442ab97018
parent82c32c42724f92b899287b4f34029eb1170c43f9
Make the use of const with respect to LLVMContext sane.  Hopefully this is the last time, for the
moment, that I will need to make far-reaching changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74655 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
examples/BrainF/BrainF.cpp
examples/BrainF/BrainF.h
include/llvm/Assembly/Parser.h
include/llvm/Bitcode/Archive.h
include/llvm/Bitcode/ReaderWriter.h
include/llvm/Debugger/Debugger.h
include/llvm/LLVMContext.h
include/llvm/Linker.h
include/llvm/Module.h
lib/Archive/Archive.cpp
lib/Archive/ArchiveInternals.h
lib/Archive/ArchiveReader.cpp
lib/Archive/ArchiveWriter.cpp
lib/AsmParser/Parser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/Debugger/Debugger.cpp
lib/Linker/Linker.cpp
lib/VMCore/LLVMContext.cpp
lib/VMCore/Module.cpp
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/llvm-db/CLIDebugger.cpp
tools/llvm-db/CLIDebugger.h
tools/llvm-link/llvm-link.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOCodeGenerator.h
tools/lto/LTOModule.cpp
tools/lto/LTOModule.h