Changeset 179223 in webkit for trunk/Source/JavaScriptCore/jit/BinarySwitch.cpp
- Timestamp:
- Jan 27, 2015, 2:56:00 PM (10 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/BinarySwitch.cpp
r179136 r179223 1 1 /* 2 * Copyright (C) 2013 Apple Inc. All rights reserved.2 * Copyright (C) 2013, 2015 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 25 25 26 26 #include "config.h" 27 #include " DFGBinarySwitch.h"27 #include "BinarySwitch.h" 28 28 29 #if ENABLE( DFG_JIT)29 #if ENABLE(JIT) 30 30 31 31 #include "JSCInlines.h" 32 32 33 namespace JSC { namespace DFG {33 namespace JSC { 34 34 35 35 BinarySwitch::BinarySwitch(GPRReg value, const Vector<int64_t>& cases, Type type) … … 193 193 } 194 194 195 } } // namespace JSC::DFG195 } // namespace JSC 196 196 197 #endif // ENABLE( DFG_JIT)197 #endif // ENABLE(JIT) 198 198
Note:
See TracChangeset
for help on using the changeset viewer.