mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[opt-viewer] Also demangle indirect-call promotion targets
llvm-svn: 321206
This commit is contained in:
parent
bc52dd01f2
commit
eeb462931d
@ -155,7 +155,7 @@ class Remark(yaml.YAMLObject):
|
||||
assert(len(mapping) == 1)
|
||||
(key, value) = list(mapping.items())[0]
|
||||
|
||||
if key == 'Caller' or key == 'Callee':
|
||||
if key == 'Caller' or key == 'Callee' or key == 'DirectCallee':
|
||||
value = cgi.escape(self.demangle(value))
|
||||
|
||||
if dl and key != 'Caller':
|
||||
|
Loading…
x
Reference in New Issue
Block a user