Closed
Bug 674772
Opened 14 years ago
Closed 14 years ago
IonMonkey: Bogus backedge value set on block during SSA construction
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 675378
People
(Reporter: adrake, Unassigned)
References
Details
function f0(p0) {
while (p0) { break; }
}
f0(0);
Asserts on x86 debug builds with LSRA enabled due to the bogus backedge annotation on block 1.
| Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•