mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
no bug - fix nullptr to bool conversion at LIR.cpp:95 r=themaid
This commit is contained in:
parent
bf9324688d
commit
41fd369c9e
@ -92,7 +92,7 @@ LBlock::init(TempAllocator &alloc)
|
||||
|
||||
// Allocate space for the LPhis.
|
||||
if (!phis_.init(alloc, numLPhis))
|
||||
return nullptr;
|
||||
return false;
|
||||
|
||||
// For each MIR phi, set up LIR phis as appropriate. We'll fill in their
|
||||
// operands on each incoming edge, and set their definitions at the start of
|
||||
|
Loading…
Reference in New Issue
Block a user