Mercurial > hg > CbC > CbC_llvm
view lib/Target/AVR/AVRSelectionDAGInfo.h @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 7d135dc70f03 |
children | c2174574ed3a |
line wrap: on
line source
//===-- AVRSelectionDAGInfo.h - AVR SelectionDAG Info -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // This file defines the AVR subclass for SelectionDAGTargetInfo. // //===----------------------------------------------------------------------===// #ifndef LLVM_AVR_SELECTION_DAG_INFO_H #define LLVM_AVR_SELECTION_DAG_INFO_H #include "llvm/CodeGen/SelectionDAGTargetInfo.h" namespace llvm { /// Holds information about the AVR instruction selection DAG. class AVRSelectionDAGInfo : public SelectionDAGTargetInfo { public: }; } // end namespace llvm #endif // LLVM_AVR_SELECTION_DAG_INFO_H