chromium/v8/src/compiler/select-lowering.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/select-lowering.h"

#include "src/compiler/common-operator.h"
#include "src/compiler/graph-assembler.h"
#include "src/compiler/graph.h"
#include "src/compiler/node.h"

namespace v8 {
namespace internal {
namespace compiler {

SelectLowering::SelectLowering(JSGraphAssembler* graph_assembler, Graph* graph)
    :{}

SelectLowering::~SelectLowering() = default;

Reduction SelectLowering::Reduce(Node* node) {}

#define __

Reduction SelectLowering::LowerSelect(Node* node) {}

#undef __

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