You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NFC][Utils] Remove DebugInfoFinder parameter from CloneBasicBlock
Summary:
There was a single usage of CloneBasicBlock with non-default DebugInfoFinder inside
CloneFunctionInto which has been refactored in the previous diff.
Let's remove the parameter to keep the scope of the function more focused.
Test Plan:
ninja check-llvm-unit
0 commit comments