Bug 1341261: [Part 8] Dump opcodes for CompareIC to CacheIR logs r=tcampbell

--HG--
extra : rebase_source : f1ebf0d14afe57417492f4d8c3b0aa85fa92e46d
This commit is contained in:
Matthew Gaudet 2018-06-15 17:15:24 -07:00
parent f4f4a7ea1a
commit 916718b719

View File

@ -4990,6 +4990,7 @@ CompareIRGenerator::trackAttached(const char* name)
if (const CacheIRSpewer::Guard& sp = CacheIRSpewer::Guard(*this, name)) {
sp.valueProperty("lhs", lhsVal_);
sp.valueProperty("rhs", rhsVal_);
sp.opcodeProperty("op", op_);
}
#endif
}