(&self, inst: Inst)
| 322 | /// Determine a contextual error string for an instruction. |
| 323 | #[inline] |
| 324 | fn context(&self, inst: Inst) -> String { |
| 325 | self.func.dfg.display_inst(inst).to_string() |
| 326 | } |
| 327 | |
| 328 | // Check for: |
| 329 | // - cycles in the global value declarations. |