[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.
parent
cc79ddb5
Please register or 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.