We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0595d7 commit 3936715Copy full SHA for 3936715
llvm/include/llvm/CodeGen/TargetLowering.h
@@ -3813,10 +3813,6 @@ class LLVM_ABI TargetLoweringBase {
3813
/// The list of libcalls that the target will use.
3814
RTLIB::RuntimeLibcallsInfo Libcalls;
3815
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
-
3820
/// The bits of IndexedModeActions used to store the legalisation actions
3821
/// We store the data as | ML | MS | L | S | each taking 4 bits.
3822
enum IndexedModeActionsBits {
0 commit comments