mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[AVR] Added AVRSelectionDAGInfo header file
llvm-svn: 257152
This commit is contained in:
parent
9845f978d1
commit
37ab0b1ed1
29
lib/Target/AVR/AVRSelectionDAGInfo.h
Normal file
29
lib/Target/AVR/AVRSelectionDAGInfo.h
Normal file
@ -0,0 +1,29 @@
|
||||
//===-- 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 TargetSelectionDAGInfo.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_AVR_SELECTION_DAG_INFO_H
|
||||
#define LLVM_AVR_SELECTION_DAG_INFO_H
|
||||
|
||||
#include "llvm/Target/TargetSelectionDAGInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
/**
|
||||
* Holds information about the AVR instruction selection DAG.
|
||||
*/
|
||||
class AVRSelectionDAGInfo : public TargetSelectionDAGInfo {
|
||||
public:
|
||||
};
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
#endif // LLVM_AVR_SELECTION_DAG_INFO_H
|
Loading…
Reference in New Issue
Block a user