PPCSelectionDAGInfo.cpp revision 207618
1103445Skan//===-- PPCSelectionDAGInfo.cpp - PowerPC SelectionDAG Info ---------------===//
2103445Skan//
3103445Skan//                     The LLVM Compiler Infrastructure
4103445Skan//
5103445Skan// This file is distributed under the University of Illinois Open Source
696263Sobrien// License. See LICENSE.TXT for details.
7103445Skan//
8103445Skan//===----------------------------------------------------------------------===//
9//
10// This file implements the PPCSelectionDAGInfo class.
11//
12//===----------------------------------------------------------------------===//
13
14#define DEBUG_TYPE "powerpc-selectiondag-info"
15#include "PPCSelectionDAGInfo.h"
16using namespace llvm;
17
18PPCSelectionDAGInfo::PPCSelectionDAGInfo() {
19}
20
21PPCSelectionDAGInfo::~PPCSelectionDAGInfo() {
22}
23