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 63afeb4 commit 7285a9bCopy full SHA for 7285a9b
lib/SIL/IR/SILArgument.cpp
@@ -37,6 +37,7 @@ SILArgument::SILArgument(ValueKind subClassKind,
37
sharedUInt8().SILArgument.reborrow = reborrow;
38
sharedUInt8().SILArgument.pointerEscape = pointerEscape;
39
inputParentBlock->insertArgument(inputParentBlock->args_end(), this);
40
+ ASSERT(!type.hasTypeParameter());
41
}
42
43
SILFunction *SILArgument::getFunction() {
0 commit comments