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 994501a commit 1e76f01Copy full SHA for 1e76f01
llvm/include/llvm/CodeGen/SelectionDAGISel.h
@@ -57,9 +57,7 @@ class SelectionDAGISel {
57
AssumptionCache *AC = nullptr;
58
GCFunctionInfo *GFI = nullptr;
59
SSPLayoutInfo *SP = nullptr;
60
-#if !defined(NDEBUG) && LLVM_ENABLE_ABI_BREAKING_CHECKS
61
TargetTransformInfo *TTI = nullptr;
62
-#endif
63
CodeGenOptLevel OptLevel;
64
const TargetInstrInfo *TII;
65
const TargetLowering *TLI;
0 commit comments