Bug 1671225 - Remove Out of Date Comment referring to SideCannon r=iain DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D101363
This commit is contained in:
Matthew Gaudet 2021-01-11 17:53:32 +00:00
Родитель 23a8cc9d38
Коммит 1d8aefe3b7
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -3627,7 +3627,9 @@ class LNaNToZero : public LInstructionHelper<1, 1, 1> {
const LDefinition* tempDouble() { return getTemp(0); }
};
// Passed the BaselineFrame address in the OsrFrameReg by SideCannon().
// Passed the BaselineFrame address in the OsrFrameReg via the IonOsrTempData
// populated by PrepareOsrTempData.
//
// Forwards this object to the LOsrValues for Value materialization.
class LOsrEntry : public LInstructionHelper<1, 0, 1> {
protected: