Ignore:
Timestamp:
Aug 2, 2019, 9:01:35 PM (6 years ago)
Author:
[email protected]
Message:

Address comments on r248178
https://bugs.webkit.org/show_bug.cgi?id=200411

Reviewed by Saam Barati.

  • b3/B3Opcode.h:
  • b3/B3Procedure.h:

(JSC::B3::Procedure::tuples const):

  • b3/B3Validate.cpp:
  • b3/testb3_1.cpp:

(main):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/b3/B3Opcode.h

    r248178 r248195  
    297297    Patchpoint,
    298298
    299     // This is a projection out of a tuple. Currently only patchpoints can generate a tuple. It's assumumed that
    300     // each entry in a tuple has a fixed Numeric B3 Type (i.e. not Void or Tuple).
     299    // This is a projection out of a tuple. Currently only Patchpoints, Get, and Phi can produce tuples.
     300    // It's assumumed that each entry in a tuple has a fixed Numeric B3 Type (i.e. not Void or Tuple).
    301301    Extract,
    302302
Note: See TracChangeset for help on using the changeset viewer.