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 7827b75 commit 0372874Copy full SHA for 0372874
lib/IRGen/GenericRequirement.h
@@ -69,9 +69,9 @@ using GetTypeParameterInContextFn =
69
/// Given a required value, map the requirement into the given
70
/// context and bind the value.
71
void bindGenericRequirement(IRGenFunction &IGF,
72
- GenericRequirement requirement,
73
- llvm::Value *requiredValue,
74
- GetTypeParameterInContextFn getInContext);
+ GenericRequirement requirement,
+ llvm::Value *requiredValue,
+ GetTypeParameterInContextFn getInContext);
75
76
void bindFromGenericRequirementsBuffer(IRGenFunction &IGF,
77
ArrayRef<GenericRequirement> reqts,
0 commit comments