mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SILCloner: correctly map function argument types in cloneFunction
and remove the now unused `SILBasicBlock::cloneArgumentList`
This commit is contained in:
@@ -368,8 +368,6 @@ public:
|
||||
const SILArgument *getArgument(unsigned i) const { return ArgumentList[i]; }
|
||||
SILArgument *getArgument(unsigned i) { return ArgumentList[i]; }
|
||||
|
||||
void cloneArgumentList(SILBasicBlock *Other);
|
||||
|
||||
void moveArgumentList(SILBasicBlock *from);
|
||||
|
||||
/// Erase a specific argument from the arg list.
|
||||
|
||||
Reference in New Issue
Block a user