Backed out changeset 7f884ed3994b (bug 1245112)

This commit is contained in:
Tooru Fujisawa 2016-02-16 00:22:22 +09:00
Родитель 31f0656614
Коммит f15a5c495e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);