Changeset 192815 in webkit


Ignore:
Timestamp:
Nov 30, 2015 12:45:03 PM (8 years ago)
Author:
fpizlo@apple.com
Message:

REGRESSION(r192812): This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=151669

Unreviewed, fix build.

  • dfg/DFGCommon.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r192814 r192815  
     12015-11-30  Filip Pizlo  <fpizlo@apple.com>
     2
     3        REGRESSION(r192812): This change seems to have broken the iOS builds (Requested by ryanhaddad on #webkit).
     4        https://bugs.webkit.org/show_bug.cgi?id=151669
     5
     6        Unreviewed, fix build.
     7
     8        * dfg/DFGCommon.h:
     9
    1102015-11-30  Saam barati  <sbarati@apple.com>
    211
  • trunk/Source/JavaScriptCore/dfg/DFGCommon.h

    r192812 r192815  
    3939// yet know how it will turn out. For now, this flag will control whether FTL uses B3. Remember to set this
    4040// to 0 before committing!
    41 #define FTL_USES_B3 1
     41#define FTL_USES_B3 0
    4242
    4343struct Node;
Note: See TracChangeset for help on using the changeset viewer.