aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2025-09-17 20:38:02 +0300
committerGitHub <noreply@github.com>2025-09-17 20:38:02 +0300
commitea8555b33e745c8643b20bbf61414328843b5a62 (patch)
tree5a71a484513256a6453267f7243b39b841d13d54 /llvm/lib/CodeGen/LiveDebugVariables.cpp
parent4ff113f0aa906b130cd19d2a2a61a477c336c315 (diff)
downloadllvm-ea8555b33e745c8643b20bbf61414328843b5a62.zip
llvm-ea8555b33e745c8643b20bbf61414328843b5a62.tar.gz
llvm-ea8555b33e745c8643b20bbf61414328843b5a62.tar.bz2
[AArch64] Avoid warning about comparison of different signedness. NFC. (#159337)
This fixes the following warning when compiled with GCC: ../lib/Target/AArch64/AArch64ISelLowering.cpp: In function ‘bool shouldLowerTailCallStackArg(const llvm::MachineFunction&, const llvm::CCValAssign&, llvm::SDValue, llvm::ISD::ArgFlagsTy, int)’: ../lib/Target/AArch64/AArch64ISelLowering.cpp:9310: warning: comparison of integer expressions of different signedness: ‘uint64_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare] 9310 | if (SizeInBits / 8 != MFI.getObjectSize(FI)) |
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions