| Bug ID | 90888 |
|---|---|
| Summary | A trivial fix for a potential crash |
| Product | Mesa |
| Version | git |
| Hardware | All |
| OS | All |
| Status | NEW |
| Severity | trivial |
| Priority | medium |
| Component | Drivers/DRI/nouveau |
| Assignee | nouveau@lists.freedesktop.org |
| Reporter | j-r@online.de |
| QA Contact | nouveau@lists.freedesktop.org |
Created attachment 116340 [details]
Candidate patch
OP_JOIN are static casted to FlowInstruction, but handleTXL creates OP_JOIN
that is no FlowInstruction.
It probably doesn't matter outside debug builds, since only the IR printer
seems to access the additional FlowInstruction fields.