Changeset 186273 in webkit


Ignore:
Timestamp:
Jul 3, 2015, 7:55:05 PM (9 years ago)
Author:
mitz@apple.com
Message:

Fixed the LLINT CLoop build.

  • llint/LowLevelInterpreter.cpp:

(JSC::CLoop::execute):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r186268 r186273  
     12015-07-03  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed the LLINT CLoop build.
     4
     5        * llint/LowLevelInterpreter.cpp:
     6        (JSC::CLoop::execute):
     7
    182015-07-03  Dan Bernstein  <mitz@apple.com>
    29
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp

    r182871 r186273  
    423423        // LowLevelInterpreter.asm and its peers.
    424424
     425#pragma clang diagnostic push
     426#pragma clang diagnostic ignored "-Wunreachable-code"
    425427        #include "LLIntAssembly.h"
     428#pragma clang diagnostic pop
    426429
    427430        OFFLINE_ASM_GLUE_LABEL(llint_return_to_host)
Note: See TracChangeset for help on using the changeset viewer.