mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 06:29:59 +00:00
[opt-viewer] Remove unnecessary call to demangle
llvm-svn: 283898
This commit is contained in:
parent
ee4aced190
commit
1b02274c11
@ -60,7 +60,7 @@ class Remark(yaml.YAMLObject):
|
|||||||
# Args is a list of mappings (dictionaries) with each dictionary with
|
# Args is a list of mappings (dictionaries) with each dictionary with
|
||||||
# exactly one key-value pair.
|
# exactly one key-value pair.
|
||||||
values = [self.getArgString(mapping.items()[0]) for mapping in self.Args]
|
values = [self.getArgString(mapping.items()[0]) for mapping in self.Args]
|
||||||
return demangle("".join(values))
|
return "".join(values)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def RelativeHotness(self):
|
def RelativeHotness(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user