1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Make a function const.

llvm-svn: 315
This commit is contained in:
Vikram S. Adve 2001-07-28 04:40:15 +00:00
parent df0b7b44af
commit 09b706ba67

View File

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