A quick nm audit turned up several fixed tables and objects that were
authorDan Gohman <gohman@apple.com>
Tue, 25 Mar 2008 21:45:14 +0000 (21:45 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 25 Mar 2008 21:45:14 +0000 (21:45 +0000)
commitcfbb2f074da2842e42956d3b4c21e91b37f36f06
tree189c62a04edbe3e10e114d655bb008c898ed7e20
parent62c7b8c3713f7178991fac299abcb04e3818ca65
A quick nm audit turned up several fixed tables and objects that were
marked read-write. Use const so that they can be allocated in a
read-only segment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48800 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetInstrItineraries.h
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/PseudoSourceValue.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/Support/APInt.cpp
lib/Support/CommandLine.cpp
lib/Target/ARM/ARMTargetAsmInfo.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/X86/X86TargetAsmInfo.cpp
utils/TableGen/SubtargetEmitter.cpp