Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1825)

Unified Diff: test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc

Issue 1947403002: [interpreter] Introduce bytecode generation pipeline. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Attempt to fix compilation with gcc/msvc and introduce nop to simplify source positions in peephole… Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc
diff --git a/test/unittests/compiler/s390/instruction-selector-s390-unittest.cc b/test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc
similarity index 50%
copy from test/unittests/compiler/s390/instruction-selector-s390-unittest.cc
copy to test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc
index 5fe72eec4099cbe2c435cb4579af2630aa5cab94..45c02877bb15702c0f3bb0776f9855ab06c104ff 100644
--- a/test/unittests/compiler/s390/instruction-selector-s390-unittest.cc
+++ b/test/unittests/interpreter/bytecode-peephole-optimizer-unittest.cc
@@ -1,11 +1,15 @@
-// Copyright 2014 the V8 project authors. All rights reserved.
+// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "test/unittests/compiler/instruction-selector-unittest.h"
+#include "src/v8.h"
namespace v8 {
namespace internal {
-namespace compiler {} // namespace compiler
+namespace interpreter {
+
+// TODO(oth): Tests of peephole optimizations.
+
+} // namespace interpreter
} // namespace internal
} // namespace v8

Powered by Google App Engine
This is Rietveld 408576698