[all-commits] [llvm/llvm-project] 0f6bd9: [MC] Drop unneeded std::abs for DW_def_cfa_offset ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri May 22 21:13:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f6bd9cda6c002050b610b886a43c282e4ca2807
https://github.com/llvm/llvm-project/commit/0f6bd9cda6c002050b610b886a43c282e4ca2807
Author: Fangrui Song <maskray at google.com>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Log Message:
-----------
[MC] Drop unneeded std::abs for DW_def_cfa_offset in DarwinX86AsmBackend::generateCompactUnwindEncoding
This clean-up is available after double negation bugs are fixed.
More information about the All-commits
mailing list