From c6cc7b19b023edafe4e83c1ce9f56717b0362285 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Fri, 24 Oct 2025 20:09:21 +0900 Subject: [PATCH] DAG: Remove unused TargetLowering field This has been dead since 97bfb936af4077e8cb6c75664231f27a9989d563 --- llvm/include/llvm/CodeGen/TargetLowering.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/llvm/include/llvm/CodeGen/TargetLowering.h b/llvm/include/llvm/CodeGen/TargetLowering.h index a70c9c02d3a83..b99d4acb60215 100644 --- a/llvm/include/llvm/CodeGen/TargetLowering.h +++ b/llvm/include/llvm/CodeGen/TargetLowering.h @@ -3813,10 +3813,6 @@ class LLVM_ABI TargetLoweringBase { /// The list of libcalls that the target will use. RTLIB::RuntimeLibcallsInfo Libcalls; - /// The ISD::CondCode that should be used to test the result of each of the - /// comparison libcall against zero. - ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL]; - /// The bits of IndexedModeActions used to store the legalisation actions /// We store the data as | ML | MS | L | S | each taking 4 bits. enum IndexedModeActionsBits {