[clang][Interp][NFC] Avoid a getSource() call in the common case
In the common (successful) case, we don't need the getSource() call, so move it to the two if statement bodies instead.
parent
41fa7d20
Please register or sign in to comment
In the common (successful) case, we don't need the getSource() call, so move it to the two if statement bodies instead.