LLVM had 2 methods to convert a number to an hexa string,
this remove one of them.
Details
- Reviewers
jhenderson thakis - Group Reviewers
Restricted Project - Commits
- rGb62e3a73e170: Replace to_hexString by touhexstr [NFC]
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Other than the typo in the commit message, this lgtm. Optional suggestions below.
(If the LHS had followed these suggestions too, the diff would've been easier to review ;) )
llvm/include/llvm/Support/ScopedPrinter.h | ||
---|---|---|
97 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
llvm/tools/llvm-profgen/PerfReader.cpp | ||
472 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
llvm/tools/llvm-readobj/ELFDumper.cpp | ||
3325 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3327 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3328 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3329 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3532 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3564 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3617 | nit: consider spelling the 2nd arg /*LowerCase=*/true | |
3682 | ...you get the idea | |
3840 | same | |
3850 | same | |
4061 | same |
@thakis Thanks for the review. I've landed the change with the typo fixed and your suggestions applied
nit: consider spelling the 2nd arg /*LowerCase=*/true