Skip to content

Commit 1e76f01

Browse files
committed
Fix the build after 8ac7210 made TTI mandatory
1 parent 994501a commit 1e76f01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/include/llvm/CodeGen/SelectionDAGISel.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ class SelectionDAGISel {
5757
AssumptionCache *AC = nullptr;
5858
GCFunctionInfo *GFI = nullptr;
5959
SSPLayoutInfo *SP = nullptr;
60-
#if !defined(NDEBUG) && LLVM_ENABLE_ABI_BREAKING_CHECKS
6160
TargetTransformInfo *TTI = nullptr;
62-
#endif
6361
CodeGenOptLevel OptLevel;
6462
const TargetInstrInfo *TII;
6563
const TargetLowering *TLI;

0 commit comments

Comments
 (0)