summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-16 21:12:11 +0000
committerDan Gohman <gohman@apple.com>2010-04-16 21:12:11 +0000
commitc4759a5b97d37baaa6625dc0b3d1aaa9180054c2 (patch)
treedcc6858ecc683a3bb3be22364943e582db37e8c5 /llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
parent3cff64ab58d164653c4adf7f78cdc7ca07310f9f (diff)
downloadbcm5719-llvm-c4759a5b97d37baaa6625dc0b3d1aaa9180054c2.tar.gz
bcm5719-llvm-c4759a5b97d37baaa6625dc0b3d1aaa9180054c2.zip
Create a new TargetSelectionDAGInfo class. This will eventually acquire
SelectionDAG-specific parts of TargetLowering. llvm-svn: 101537
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
new file mode 100644
index 00000000000..d20477fd890
--- /dev/null
+++ b/llvm/lib/CodeGen/SelectionDAG/TargetSelectionDAGInfo.cpp
@@ -0,0 +1,21 @@
+//===-- TargetSelectionDAGInfo.cpp - SelectionDAG Info --------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This implements the TargetSelectionDAGInfo class.
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/Target/TargetSelectionDAGInfo.h"
+using namespace llvm;
+
+TargetSelectionDAGInfo::TargetSelectionDAGInfo() {
+}
+
+TargetSelectionDAGInfo::~TargetSelectionDAGInfo() {
+}
OpenPOWER on IntegriCloud