mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1108834 - Add visitSubstr to Lowering-None. r=h4writer
This commit is contained in:
parent
bc397b6543
commit
e582335b11
@ -89,6 +89,8 @@ class LIRGeneratorNone : public LIRGeneratorShared
|
||||
void visitSimdTernaryBitwise(MSimdTernaryBitwise *ins) { MOZ_CRASH(); }
|
||||
void visitSimdSplatX4(MSimdSplatX4 *ins) { MOZ_CRASH(); }
|
||||
void visitSimdValueX4(MSimdValueX4 *lir) { MOZ_CRASH(); }
|
||||
bool visitSubstr(MSubstr *) { MOZ_CRASH(); }
|
||||
|
||||
};
|
||||
|
||||
typedef LIRGeneratorNone LIRGeneratorSpecific;
|
||||
|
Loading…
Reference in New Issue
Block a user