Ignore:
Timestamp:
Jul 24, 2013, 8:58:38 PM (12 years ago)
Author:
[email protected]
Message:

fourthTier: Landing the initial FTL logic in a single commit to avoid spurious
broken builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGValueSource.h

    r141069 r153121  
    132132        if (isInt32Speculation(prediction))
    133133            return ValueSource(Int32InJSStack);
    134         if (isArraySpeculation(prediction) || isCellSpeculation(prediction))
     134        if (isCellSpeculation(prediction))
    135135            return ValueSource(CellInJSStack);
    136136        if (isBooleanSpeculation(prediction))
Note: See TracChangeset for help on using the changeset viewer.