Make a function const.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-07-28 04:40:15 +00:00
parent 588f14855f
commit 8b6821732e

View File

@ -47,7 +47,7 @@ public:
// ---------------------------------------------------------------------------
// Machine code accessors...
//
inline MachineCodeForVMInstr &getMachineInstrVec() {
inline MachineCodeForVMInstr &getMachineInstrVec() const {
return *machineInstrVec;
}