1 //===-- AVRSelectionDAGInfo.h - AVR SelectionDAG Info -----------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file defines the AVR subclass for SelectionDAGTargetInfo.
11 //===----------------------------------------------------------------------===//
13 #ifndef LLVM_AVR_SELECTION_DAG_INFO_H
14 #define LLVM_AVR_SELECTION_DAG_INFO_H
16 #include "llvm/CodeGen/SelectionDAGTargetInfo.h"
20 /// Holds information about the AVR instruction selection DAG.
21 class AVRSelectionDAGInfo
: public SelectionDAGTargetInfo
{
25 } // end namespace llvm
27 #endif // LLVM_AVR_SELECTION_DAG_INFO_H