зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1489657 - Correct whitespace in expression r=me (trivial) DONTBUILD
This commit is contained in:
Родитель
e4203c1813
Коммит
6e078128e1
|
@ -418,7 +418,7 @@ ParseCacheIRStub(ICStub* stub)
|
|||
case CacheOp::Int32URightShiftResult:
|
||||
reader.skip(); // Skip over lhs
|
||||
reader.skip(); // Skip over rhs
|
||||
return reader.readByte() == 0 ? MIRType::Int32 : MIRType::Double;
|
||||
return reader.readByte() == 0 ? MIRType::Int32 : MIRType::Double;
|
||||
case CacheOp::LoadValueResult:
|
||||
return MIRType::Value;
|
||||
default:
|
||||
|
|
Загрузка…
Ссылка в новой задаче