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:
parent
df0b7b44af
commit
09b706ba67
@ -47,7 +47,7 @@ public:
|
||||
// ---------------------------------------------------------------------------
|
||||
// Machine code accessors...
|
||||
//
|
||||
inline MachineCodeForVMInstr &getMachineInstrVec() {
|
||||
inline MachineCodeForVMInstr &getMachineInstrVec() const {
|
||||
return *machineInstrVec;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user