[sil] Expand immutable address verification to in_guaranteed parameters.

rdar://50212579
This commit is contained in:
Michael Gottesman
2019-05-01 21:40:35 -07:00
parent 179251d167
commit afe3114d3d
9 changed files with 120 additions and 36 deletions

View File

@@ -322,6 +322,10 @@ public:
SILParameterTypeFunc(silConv)));
}
SILYieldInfo getYieldInfoForOperandIndex(unsigned opIndex) const {
return getYields()[opIndex];
}
//===--------------------------------------------------------------------===//
// SILArgument API, including indirect results and parameters.
//