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

@@ -718,7 +718,7 @@ void ConstraintSystem::openGeneric(
break;
}
case RequirementKind::ValueWitnessMarker:
case RequirementKind::WitnessMarker:
break;
}
}