or
2015-12-04 Csaba Osztrogonác <ossy@webkit.org>
[B3] Typo fix after r193386 to fix the build
https://bugs.webkit.org/show_bug.cgi?id=151860
Reviewed by NOBODY (OOPS!).
* b3/B3StackmapSpecial.cpp:
(JSC::B3::StackmapSpecial::isArgValidForValue):
2015-12-03 Filip Pizlo <fpizlo@apple.com>
B3 Patchpoint and Check opcodes should be able to specify WarmAny, ColdAny, and LateColdAny
result.append(repForArg(*context.code, inst.args[i]));
}
bool StackmapSpecial::isArgValidForValue(const Arg::Arg& arg, Value* value)
bool StackmapSpecial::isArgValidForValue(const Air::Arg& arg, Value* value)
{
switch (arg.kind()) {
case Arg::Tmp: