From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
Subject: [Bug 90888] New: A trivial fix for a potential crash
Date: Sun, 07 Jun 2015 19:51:05 +0000
Message-ID:
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.