Commit a9731df
authored
[clang][bytecode][NFC] Avoid a getSource() call (llvm#117311)
This is only needed when we actually emit a diagnostic, so move the
getSource() after the early return.1 parent 11ee216 commit a9731df
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1481 | 1481 | | |
1482 | 1482 | | |
1483 | 1483 | | |
1484 | | - | |
1485 | 1484 | | |
1486 | 1485 | | |
1487 | 1486 | | |
1488 | 1487 | | |
| 1488 | + | |
| 1489 | + | |
1489 | 1490 | | |
1490 | 1491 | | |
1491 | 1492 | | |
| |||
0 commit comments