Akira Hatanaka | 4552c9a | 2011-04-15 21:51:11 +0000 | [diff] [blame] | 1 | //===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info -----------------===// |
Dan Gohman | 53c5e42 | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
Akira Hatanaka | 4552c9a | 2011-04-15 21:51:11 +0000 | [diff] [blame] | 8 | //===----------------------------------------------------------------------===// |
Dan Gohman | 53c5e42 | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 9 | // |
| 10 | // This file implements the MipsSelectionDAGInfo class. |
| 11 | // |
Akira Hatanaka | 4552c9a | 2011-04-15 21:51:11 +0000 | [diff] [blame] | 12 | //===----------------------------------------------------------------------===// |
Dan Gohman | 53c5e42 | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 13 | |
| 14 | #define DEBUG_TYPE "mips-selectiondag-info" |
Dan Gohman | ff7a562 | 2010-05-11 17:31:57 +0000 | [diff] [blame] | 15 | #include "MipsTargetMachine.h" |
Dan Gohman | 53c5e42 | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 16 | using namespace llvm; |
| 17 | |
Dan Gohman | ff7a562 | 2010-05-11 17:31:57 +0000 | [diff] [blame] | 18 | MipsSelectionDAGInfo::MipsSelectionDAGInfo(const MipsTargetMachine &TM) |
| 19 | : TargetSelectionDAGInfo(TM) { |
Dan Gohman | 53c5e42 | 2010-04-16 23:04:22 +0000 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | MipsSelectionDAGInfo::~MipsSelectionDAGInfo() { |
| 23 | } |