mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
Bug 1468816 - Add result to UnaryArith CacheIR spew. r=evilpie
This commit is contained in:
parent
e01ade4843
commit
c8e1ac4479
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user