summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-16 23:04:22 +0000
committerDan Gohman <gohman@apple.com>2010-04-16 23:04:22 +0000
commit9becdddc49d794317b55ac505d76f5f68de26441 (patch)
treea4c9543a6190594cb95ca88260036c695e66519b /llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
parented9bee150b1c29af60671b5118be91e1ce6427cd (diff)
downloadbcm5719-llvm-9becdddc49d794317b55ac505d76f5f68de26441.tar.gz
bcm5719-llvm-9becdddc49d794317b55ac505d76f5f68de26441.zip
Add skeleton target-specific SelectionDAGInfo files.
llvm-svn: 101564
Diffstat (limited to 'llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp')
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp b/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
new file mode 100644
index 00000000000..105e42a639d
--- /dev/null
+++ b/llvm/lib/Target/MBlaze/MBlazeSelectionDAGInfo.cpp
@@ -0,0 +1,22 @@
+//===-- MBlazeSelectionDAGInfo.cpp - MBlaze SelectionDAG Info -------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements the MBlazeSelectionDAGInfo class.
+//
+//===----------------------------------------------------------------------===//
+
+#define DEBUG_TYPE "mblaze-selectiondag-info"
+#include "MBlazeSelectionDAGInfo.h"
+using namespace llvm;
+
+MBlazeSelectionDAGInfo::MBlazeSelectionDAGInfo() {
+}
+
+MBlazeSelectionDAGInfo::~MBlazeSelectionDAGInfo() {
+}
OpenPOWER on IntegriCloud