|
@@ -129,7 +129,7 @@ static void addExtParameterInfosForCall(
|
|
paramInfos.resize(totalArgs);
|
|
paramInfos.resize(totalArgs);
|
|
}
|
|
}
|
|
|
|
|
|
-/// Adds the formal paramaters in FPT to the given prefix. If any parameter in
|
|
|
|
|
|
+/// Adds the formal parameters in FPT to the given prefix. If any parameter in
|
|
/// FPT has pass_object_size attrs, then we'll add parameters for those, too.
|
|
/// FPT has pass_object_size attrs, then we'll add parameters for those, too.
|
|
static void appendParameterTypes(const CodeGenTypes &CGT,
|
|
static void appendParameterTypes(const CodeGenTypes &CGT,
|
|
SmallVectorImpl<CanQualType> &prefix,
|
|
SmallVectorImpl<CanQualType> &prefix,
|