diff options
author | George Rimar <grimar@accesssoftek.com> | 2018-06-22 13:21:37 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2018-06-22 13:21:37 +0000 |
commit | 50c6be963004fd0555a32c3517530f8c739af83f (patch) | |
tree | c3af639437700bfad2cf09a64e4fc6bc737691ee /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | cfd9da038c5c702523f9481035c0e4e0ee9e28f3 (diff) | |
download | bcm5719-llvm-50c6be963004fd0555a32c3517530f8c739af83f.tar.gz bcm5719-llvm-50c6be963004fd0555a32c3517530f8c739af83f.zip |
[ELF] - ICF: remove excessive check. NFC.
Change removes the excessive comparsion of
the relocation arrays sizes.
This code was dead, because at the higer level,
equalsConstant function contains the following check:
`A->NumRelocations != B->NumRelocations`
where NumRelocations contains the size of the relocations array.
So removed check did the same job twice.
This was found with use of code coverage analysis.
llvm-svn: 335346
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions