Rename 'RequirementKind::ValueWitnessMarker' to 'WitnessMarker'.

It's witnessing protocol requirements, not values, and "value witness" has a particular meaning in IRGen.

Swift SVN r11814
This commit is contained in:
Joe Groff
2014-01-02 17:47:40 +00:00
parent e1d3cbd01d
commit 8bebb084e6
15 changed files with 28 additions and 28 deletions

View File

@@ -125,7 +125,7 @@ static inline OperatorKind getStableFixity(DeclKind kind) {
enum GenericRequirementKind : uint8_t {
Conformance = 0,
SameType,
ValueWitnessMarker
WitnessMarker
};
using GenericRequirementKindField = BCFixed<2>;