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

// Copyright 2018 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_CSA_GENERATOR_H_
#define V8_TORQUE_CSA_GENERATOR_H_

#include <optional>

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

namespace v8::internal::torque {

class CSAGenerator : public TorqueCodeGenerator {};

}  // namespace v8::internal::torque

#endif  // V8_TORQUE_CSA_GENERATOR_H_