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/risc.rb

    r252015 r252021  
    463463            annotation = node.annotation
    464464            case node.opcode
    465             when "addi", "addis", "andi", "lshifti", "muli", "negi", "noti", "ori", "orh", "oris",
     465            when "addi", "addis", "andi", "lshifti", "muli", "negi", "noti", "ori", "oris",
    466466                "rshifti", "urshifti", "subi", "subis", "xori", /^bi/, /^bti/, /^ci/, /^ti/
    467467                newList << Instruction.new(node.codeOrigin,
Note: See TracChangeset for help on using the changeset viewer.