[clang][Interp][NFC] Unify Call() implementations
The type parameter we used to pass to call() was unused. Use the same implementation for void and value-returning function calls.
Loading
Please sign in to comment
The type parameter we used to pass to call() was unused. Use the same implementation for void and value-returning function calls.