mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +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
|
||||
# exactly one key-value pair.
|
||||
values = [self.getArgString(mapping.items()[0]) for mapping in self.Args]
|
||||
return demangle("".join(values))
|
||||
return "".join(values)
|
||||
|
||||
@property
|
||||
def RelativeHotness(self):
|
||||
|
Loading…
Reference in New Issue
Block a user