[all-commits] [llvm/llvm-project] 344e91: [CodeGen][NFC] Remove unused virtual function
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Wed Jun 2 13:13:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 344e919b1a33cd69fe023cbe5a49bbdf4f5ea037
https://github.com/llvm/llvm-project/commit/344e919b1a33cd69fe023cbe5a49bbdf4f5ea037
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M llvm/include/llvm/CodeGen/TargetFrameLowering.h
M llvm/lib/Target/M68k/M68kFrameLowering.cpp
M llvm/lib/Target/M68k/M68kFrameLowering.h
M llvm/lib/Target/X86/X86FrameLowering.h
Log Message:
-----------
[CodeGen][NFC] Remove unused virtual function
`TargetFrameLowering::emitCalleeSavedFrameMoves` with 4 arguments is not
used anywhere in CodeGen. Thus it shouldn't be exposed as a virtual
function. NFC.
Differential Revision: https://reviews.llvm.org/D103328
More information about the All-commits
mailing list