[opt-viewer] Also demangle indirect-call promotion targets

llvm-svn: 321206
This commit is contained in:
Adam Nemet 2017-12-20 19:08:12 +00:00
parent 4241821848
commit da337baaa7
1 changed files with 1 additions and 1 deletions

View File

@ -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':