Commit d46c790e authored by titzer's avatar titzer Committed by Commit bot

[asmjs] Move switch-logic.h to asmjs/ directory.

R=bradnelson@chromium.org,aseemgarg@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2408823002
Cr-Commit-Position: refs/heads/master@{#40135}
parent 8c575ac6
...@@ -873,6 +873,8 @@ v8_source_set("v8_base") { ...@@ -873,6 +873,8 @@ v8_source_set("v8_base") {
"src/asmjs/asm-types.h", "src/asmjs/asm-types.h",
"src/asmjs/asm-wasm-builder.cc", "src/asmjs/asm-wasm-builder.cc",
"src/asmjs/asm-wasm-builder.h", "src/asmjs/asm-wasm-builder.h",
"src/asmjs/switch-logic.cc",
"src/asmjs/switch-logic.h",
"src/assembler.cc", "src/assembler.cc",
"src/assembler.h", "src/assembler.h",
"src/assert-scope.cc", "src/assert-scope.cc",
...@@ -1695,8 +1697,6 @@ v8_source_set("v8_base") { ...@@ -1695,8 +1697,6 @@ v8_source_set("v8_base") {
"src/wasm/leb-helper.h", "src/wasm/leb-helper.h",
"src/wasm/module-decoder.cc", "src/wasm/module-decoder.cc",
"src/wasm/module-decoder.h", "src/wasm/module-decoder.h",
"src/wasm/switch-logic.cc",
"src/wasm/switch-logic.h",
"src/wasm/wasm-debug.cc", "src/wasm/wasm-debug.cc",
"src/wasm/wasm-debug.h", "src/wasm/wasm-debug.h",
"src/wasm/wasm-external-refs.cc", "src/wasm/wasm-external-refs.cc",
......
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
#include "src/asmjs/asm-types.h" #include "src/asmjs/asm-types.h"
#include "src/asmjs/asm-wasm-builder.h" #include "src/asmjs/asm-wasm-builder.h"
#include "src/wasm/switch-logic.h" #include "src/asmjs/switch-logic.h"
#include "src/wasm/wasm-macro-gen.h" #include "src/wasm/wasm-macro-gen.h"
#include "src/wasm/wasm-opcodes.h" #include "src/wasm/wasm-opcodes.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/wasm/switch-logic.h" #include "src/asmjs/switch-logic.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
...@@ -423,6 +423,8 @@ ...@@ -423,6 +423,8 @@
'asmjs/asm-types.h', 'asmjs/asm-types.h',
'asmjs/asm-wasm-builder.cc', 'asmjs/asm-wasm-builder.cc',
'asmjs/asm-wasm-builder.h', 'asmjs/asm-wasm-builder.h',
'asmjs/switch-logic.h',
'asmjs/switch-logic.cc',
'assembler.cc', 'assembler.cc',
'assembler.h', 'assembler.h',
'assert-scope.h', 'assert-scope.h',
...@@ -1245,8 +1247,6 @@ ...@@ -1245,8 +1247,6 @@
'wasm/leb-helper.h', 'wasm/leb-helper.h',
'wasm/module-decoder.cc', 'wasm/module-decoder.cc',
'wasm/module-decoder.h', 'wasm/module-decoder.h',
'wasm/switch-logic.h',
'wasm/switch-logic.cc',
'wasm/wasm-debug.cc', 'wasm/wasm-debug.cc',
'wasm/wasm-debug.h', 'wasm/wasm-debug.h',
'wasm/wasm-external-refs.cc', 'wasm/wasm-external-refs.cc',
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "src/wasm/switch-logic.h" #include "src/asmjs/switch-logic.h"
#include "test/unittests/test-utils.h" #include "test/unittests/test-utils.h"
namespace v8 { namespace v8 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment