Ignore:
Timestamp:
Nov 4, 2019, 3:47:07 PM (6 years ago)
Author:
Truitt Savell
Message:

Unreviewed, rolling out r252015.

Broke the Windows build

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/252015

File:
1 edited

Legend:

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

    r252015 r252021  
    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.