[all-commits] [llvm/llvm-project] 307ccf: [flang][NFC] Clean up ConvertType
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Feb 23 09:05:06 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 307ccf4c0defc06a9c511ed9b859c26c7c07b214
https://github.com/llvm/llvm-project/commit/307ccf4c0defc06a9c511ed9b859c26c7c07b214
Author: Valentin Clement <clementval at gmail.com>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M flang/include/flang/Lower/ConvertType.h
M flang/lib/Lower/ConvertType.cpp
Log Message:
-----------
[flang][NFC] Clean up ConvertType
This patch removes unused or obsolete code in
the ConvertType.h and ConvertType.cpp files. These
files were landed together with the initial flang
upstreaming. This cleanup will help future upstreaming
effort from fir-dev and keep only used code.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D120405
More information about the All-commits
mailing list