#include "AVRSelectionDAGInfo.h"
#define GET_SDNODE_DESC
#include "AVRGenSDNodeInfo.inc"
using namespace llvm;
AVRSelectionDAGInfo::AVRSelectionDAGInfo()
: SelectionDAGGenTargetInfo(AVRGenSDNodeInfo) {}
AVRSelectionDAGInfo::~AVRSelectionDAGInfo() = default;