mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 7f884ed3994b (bug 1245112)
This commit is contained in:
parent
373f34d302
commit
007fa9fcfe
@ -890,7 +890,7 @@ class MacroAssembler : public MacroAssemblerSpecific
|
||||
// might actually be that type.
|
||||
void branchEqualTypeIfNeeded(MIRType type, MDefinition* maybeDef, Register tag, Label* label);
|
||||
|
||||
template <typename T>
|
||||
template<typename T>
|
||||
inline void branchKey(Condition cond, const T& length, const Int32Key& key, Label* label);
|
||||
|
||||
inline void branchTestNeedsIncrementalBarrier(Condition cond, Label* label);
|
||||
|
Loading…
Reference in New Issue
Block a user