зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1126438: Annotate canClone() and clone() as MOZ_OVERRIDE, in MIR.h. r=ehsan
This commit is contained in:
Родитель
5512694ec4
Коммит
ecc505e336
|
@ -5537,11 +5537,12 @@ class MHypot
|
|||
return true;
|
||||
}
|
||||
|
||||
bool canClone() const {
|
||||
bool canClone() const MOZ_OVERRIDE {
|
||||
return true;
|
||||
}
|
||||
|
||||
MInstruction *clone(TempAllocator &alloc, const MDefinitionVector &inputs) const {
|
||||
MInstruction *clone(TempAllocator &alloc,
|
||||
const MDefinitionVector &inputs) const MOZ_OVERRIDE {
|
||||
return MHypot::New(alloc, inputs);
|
||||
}
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче