1 //===-- SPUSelectionDAGInfo.h - CellSPU SelectionDAG Info -------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file defines the CellSPU subclass for TargetSelectionDAGInfo.
12 //===----------------------------------------------------------------------===//
14 #ifndef CELLSPUSELECTIONDAGINFO_H
15 #define CELLSPUSELECTIONDAGINFO_H
17 #include "llvm/Target/TargetSelectionDAGInfo.h"
21 class SPUTargetMachine
;
23 class SPUSelectionDAGInfo
: public TargetSelectionDAGInfo
{
25 explicit SPUSelectionDAGInfo(const SPUTargetMachine
&TM
);
26 ~SPUSelectionDAGInfo();