[all-commits] [llvm/llvm-project] ac39cb: Remove unused functions in X86LegalizerInfo.cpp (NFC)
Jie Fu via All-commits
all-commits at lists.llvm.org
Tue Jun 13 03:34:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac39cbcd8b634288c5397b4d50835295a9291a25
https://github.com/llvm/llvm-project/commit/ac39cbcd8b634288c5397b4d50835295a9291a25
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-06-13 (Tue, 13 Jun 2023)
Changed paths:
M llvm/lib/Target/X86/X86LegalizerInfo.cpp
Log Message:
-----------
Remove unused functions in X86LegalizerInfo.cpp (NFC)
/home/jiefu/llvm-project/llvm/lib/Target/X86/X86LegalizerInfo.cpp:48:1: error: unused function 'widen_1' [-Werror,-Wunused-function]
widen_1(const LegacyLegalizerInfo::SizeAndActionsVec &v) {
^
1 error generated.
More information about the All-commits
mailing list