зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1027885 - OdinMonkey: Make CodeGeneratorShared::mirGen consistent with FunctionCompiler::mirGen r=luke
This commit is contained in:
Родитель
cde5243eed
Коммит
fea2ec232d
|
@ -224,8 +224,8 @@ class CodeGeneratorShared : public LInstructionVisitor
|
|||
#endif
|
||||
|
||||
public:
|
||||
MIRGenerator *mirGen() const {
|
||||
return gen;
|
||||
MIRGenerator &mirGen() const {
|
||||
return *gen;
|
||||
}
|
||||
|
||||
// When appending to runtimeData_, the vector might realloc, leaving pointers
|
||||
|
|
Загрузка…
Ссылка в новой задаче