[all-commits] [llvm/llvm-project] 4e87fd: [NFC] Delete the redundant member 'shouldEmitMoves...
RamNalamothu via All-commits
all-commits at lists.llvm.org
Fri Apr 23 18:06:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e87fdd78643f0fd26f1675c339c4de1dc8b1dcb
https://github.com/llvm/llvm-project/commit/4e87fdd78643f0fd26f1675c339c4de1dc8b1dcb
Author: RamNalamothu <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfException.h
Log Message:
-----------
[NFC] Delete the redundant member 'shouldEmitMoves' from DwarfCFIException class
The data member 'shouldEmitMoves' is only used in DwarfCFIException::beginFunction()
and 'shouldEmitCFI' in DwarfCFIExceptionBase serves its purpose.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D101155
More information about the All-commits
mailing list