Bug 1468816 - Add result to UnaryArith CacheIR spew. r=evilpie

This commit is contained in:
Matthew Gaudet 2018-06-14 11:38:21 -07:00
parent e01ade4843
commit c8e1ac4479

View File

@ -4996,6 +4996,7 @@ UnaryArithIRGenerator::trackAttached(const char* name)
#ifdef JS_CACHEIR_SPEW
if (const CacheIRSpewer::Guard& sp = CacheIRSpewer::Guard(*this, name)) {
sp.valueProperty("val", val_);
sp.valueProperty("res", res_);
}
#endif
}