mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #21584 from dcci/setdebug2
[SILInstruction] Remove unused arg in setDebugScope()
This commit is contained in:
@@ -326,7 +326,7 @@ class SILInstruction
|
||||
/// Update this instruction's SILDebugScope. This function should
|
||||
/// never be called directly. Use SILBuilder, SILBuilderWithScope or
|
||||
/// SILClonerWithScope instead.
|
||||
void setDebugScope(SILBuilder &B, const SILDebugScope *DS);
|
||||
void setDebugScope(const SILDebugScope *DS);
|
||||
|
||||
/// Total number of created and deleted SILInstructions.
|
||||
/// It is used only for collecting the compiler statistics.
|
||||
|
||||
Reference in New Issue
Block a user