Skip to content

Commit e7e2f43

Browse files
arsenmaokblast
authored andcommitted
DAG: Remove unused TargetLowering field (llvm#164969)
This has been dead since 97bfb93
1 parent a963dfe commit e7e2f43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/include/llvm/CodeGen/TargetLowering.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3813,10 +3813,6 @@ class LLVM_ABI TargetLoweringBase {
38133813
/// The list of libcalls that the target will use.
38143814
RTLIB::RuntimeLibcallsInfo Libcalls;
38153815

3816-
/// The ISD::CondCode that should be used to test the result of each of the
3817-
/// comparison libcall against zero.
3818-
ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL];
3819-
38203816
/// The bits of IndexedModeActions used to store the legalisation actions
38213817
/// We store the data as | ML | MS | L | S | each taking 4 bits.
38223818
enum IndexedModeActionsBits {

0 commit comments

Comments
 (0)