PPCSelectionDAGInfo.cpp revision 208599
1219019Sgabor//===-- PPCSelectionDAGInfo.cpp - PowerPC SelectionDAG Info ---------------===//
2219019Sgabor//
3219019Sgabor//                     The LLVM Compiler Infrastructure
4219019Sgabor//
5219019Sgabor// This file is distributed under the University of Illinois Open Source
6219019Sgabor// License. See LICENSE.TXT for details.
7219019Sgabor//
8219019Sgabor//===----------------------------------------------------------------------===//
9219019Sgabor//
10219019Sgabor// This file implements the PPCSelectionDAGInfo class.
11219019Sgabor//
12219019Sgabor//===----------------------------------------------------------------------===//
13219019Sgabor
14219019Sgabor#define DEBUG_TYPE "powerpc-selectiondag-info"
15219019Sgabor#include "PPCTargetMachine.h"
16219019Sgaborusing namespace llvm;
17219019Sgabor
18219019SgaborPPCSelectionDAGInfo::PPCSelectionDAGInfo(const PPCTargetMachine &TM)
19219019Sgabor  : TargetSelectionDAGInfo(TM) {
20219019Sgabor}
21219019Sgabor
22219019SgaborPPCSelectionDAGInfo::~PPCSelectionDAGInfo() {
23219019Sgabor}
24219019Sgabor