Commit 85a7989
authored
MIPS: Adding a check for JAL argument in PIC mode to prevent crashing on getExpr (llvm#120356)
Only an Expr is supported by JAL.
Let's check it before getExpr.
llvm#80535
---------
Co-authored-by: Renat Idrisov <[email protected]>1 parent 4f7ff6b commit 85a7989
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2108 | 2108 | | |
2109 | 2109 | | |
2110 | 2110 | | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
2111 | 2115 | | |
2112 | 2116 | | |
2113 | 2117 | | |
| |||
0 commit comments