Skip to content

Commit 76cd5fd

Browse files
committed
Clean up
1 parent 7f637ca commit 76cd5fd

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

include/swift/Sema/ConstraintSystem.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,8 @@ enum class ConstraintSystemFlags {
607607
/// Disable macro expansions.
608608
DisableMacroExpansions = 0x40,
609609

610-
/// Enable old type-checker performance hacks.
611-
EnablePerformanceHacks = 0x80,
612-
613610
/// Don't record a failed constraint after adding an unsolvable constraint.
614-
DisableRecordFailedConstraint = 0x100,
611+
DisableRecordFailedConstraint = 0x80,
615612
};
616613

617614
/// Options that affect the constraint system as a whole.

lib/Sema/TypeCheckType.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#include "swift/ClangImporter/ClangImporter.h"
5959
#include "swift/Parse/Lexer.h"
6060
#include "swift/Sema/SILTypeResolutionContext.h"
61+
#include "swift/Sema/TypeVariableType.h"
6162
#include "swift/Strings.h"
6263
#include "swift/Subsystems.h"
6364
#include "clang/AST/ASTContext.h"

0 commit comments

Comments
 (0)