mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[sil] Expand immutable address verification to in_guaranteed parameters.
rdar://50212579
This commit is contained in:
@@ -322,6 +322,10 @@ public:
|
||||
SILParameterTypeFunc(silConv)));
|
||||
}
|
||||
|
||||
SILYieldInfo getYieldInfoForOperandIndex(unsigned opIndex) const {
|
||||
return getYields()[opIndex];
|
||||
}
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// SILArgument API, including indirect results and parameters.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user