Ignore:
Timestamp:
Nov 8, 2019, 4:11:28 PM (6 years ago)
Author:
Matt Lewis
Message:

Unreviewed, rolling out r252229.

This caused internal failures.

Reverted changeset:

"Split ArithProfile into a Unary and a Binary version"
https://bugs.webkit.org/show_bug.cgi?id=202832
https://trac.webkit.org/changeset/252229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/x86.rb

    r252229 r252273  
    11241124        when "ord"
    11251125            handleX86Op("orpd", :double)
    1126         when "orh"
    1127             handleX86Op("or#{x86Suffix(:half)}", :half)
    11281126        when "rshifti"
    11291127            handleX86Shift("sar#{x86Suffix(:int)}", :int)
Note: See TracChangeset for help on using the changeset viewer.