Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49: Improve textual notation of Call targets. r=ptersilie a=vext01 The textual notation for a Call target is kind of weird. If there's a known symbol, it looks like this: ``` call operand=sym_name=_ZN50_$LT$T$u20$as$u20$core..convert..Into$LT$U$GT$$GT$4into17hcac79ab93d213ca6E, ret_bb=bb23 ``` I think `operand=sym_name=` looks weird. This change kills `sym_name=` and in case of an unknown target uses `<unknown>` (instead of `unknown`). Co-authored-by: Edd Barrett <[email protected]>
- Loading branch information