[all-commits] [llvm/llvm-project] c2309f: [SelectionDAG] Remove unused declaration ExpandStr...
github-actions[bot] via All-commits
all-commits at lists.llvm.org
Sat Nov 21 22:35:11 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: c2309ff3d50c27cea4b338affb6fd6168c792f0e
https://github.com/llvm/llvm-project/commit/c2309ff3d50c27cea4b338affb6fd6168c792f0e
Author: Kazu Hirata <kazu at google.com>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
Log Message:
-----------
[SelectionDAG] Remove unused declaration ExpandStrictFPOp (NFC)
ExpandStrictFPOp started taking two parameters instead of one on Jan
10, 2020 in commit f678fc7660b36ce0ad6ce4f05eaa28f3e9fdedb5, but the
declaration for the single-perameter version has remained since.
More information about the All-commits
mailing list