chromium/v8/src/torque/cc-generator.h

// Copyright 2020 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.

#ifndef V8_TORQUE_CC_GENERATOR_H_
#define V8_TORQUE_CC_GENERATOR_H_

#include <optional>

#include "src/torque/torque-code-generator.h"

namespace v8::internal::torque {

class CCGenerator : public TorqueCodeGenerator {};

}  // namespace v8::internal::torque

#endif  // V8_TORQUE_CC_GENERATOR_H_