[llvm-branch-commits] [BOLT][NFCI] Fix return type of BC::getSignedValueAtAddress (PR #91664)

Amir Ayupov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu May 9 14:50:40 PDT 2024


https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/91664

getSignedValueAtAddress calls DataExtractor::getSigned which naturally
returns a signed value.

Test Plan: NFCI





More information about the llvm-branch-commits mailing list