Bug 1489657 - Correct whitespace in expression r=me (trivial) DONTBUILD

This commit is contained in:
Matthew Gaudet 2018-09-11 11:19:03 -04:00
Родитель e4203c1813
Коммит 6e078128e1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: