chromium/v8/test/cctest/compiler/test-instruction.cc

// Copyright 2014 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 "src/compiler/backend/code-generator.h"
#include "src/compiler/backend/instruction.h"
#include "src/compiler/common-operator.h"
#include "src/compiler/graph.h"
#include "src/compiler/linkage.h"
#include "src/compiler/machine-operator.h"
#include "src/compiler/node.h"
#include "src/compiler/operator.h"
#include "src/compiler/schedule.h"
#include "src/compiler/scheduler.h"
#include "src/objects/objects-inl.h"
#include "test/cctest/cctest.h"

namespace v8 {
namespace internal {
namespace compiler {

TestInstr;
TestInstrSeq;

// A testing helper for the register code abstraction.
class InstructionTester : public HandleAndZoneScope {};


TEST(InstructionBasic) {}


TEST(InstructionGetBasicBlock) {}


TEST(InstructionIsGapAt) {}


TEST(InstructionIsGapAt2) {}


TEST(InstructionAddGapMove) {}


TEST(InstructionOperands) {}

}  // namespace compiler
}  // namespace internal
}  // namespace v8