summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2016-01-08 06:32:27 +0000
committerDylan McKay <dylanmckay34@gmail.com>2016-01-08 06:32:27 +0000
commitcc6733aa8311a37f4e6bddf6d8efc32ffbf29f3b (patch)
tree34863667ca1e4ba4790ab874072898b916a7f94a /llvm/lib/Target/AVR
parentec58c819fa686bdd7e253590526b31aa1f18a34d (diff)
downloadbcm5719-llvm-cc6733aa8311a37f4e6bddf6d8efc32ffbf29f3b.tar.gz
bcm5719-llvm-cc6733aa8311a37f4e6bddf6d8efc32ffbf29f3b.zip
[AVR] Added AVRSelectionDAGInfo header file
llvm-svn: 257152
Diffstat (limited to 'llvm/lib/Target/AVR')
-rw-r--r--llvm/lib/Target/AVR/AVRSelectionDAGInfo.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h b/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h
new file mode 100644
index 00000000000..ee832ad1bc7
--- /dev/null
+++ b/llvm/lib/Target/AVR/AVRSelectionDAGInfo.h
@@ -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
OpenPOWER on IntegriCloud