#ifndef LLVM_CODEGEN_MACHINEINSTR_H
#define LLVM_CODEGEN_MACHINEINSTR_H
-//************************** System Include Files **************************/
-
-#include <string>
-#include <vector>
-
-//*************************** User Include Files ***************************/
-
+#include "llvm/CodeGen/InstrForest.h"
#include "llvm/Tools/DataTypes.h"
-#include "llvm/Instruction.h"
#include "llvm/Support/Unique.h"
#include "llvm/CodeGen/TargetMachine.h"
-
-//************************* Opaque Declarations ****************************/
-
-class Value;
-class InstrTreeNode;
-class InstructionNode;
-class MachineInstr;
-class MachineInstrInfo;
-class MachineOperand;
-
-
-//************************ Exported Data Types *****************************/
-
//---------------------------------------------------------------------------
// class MachineOperand
//
#ifndef LLVM_CODEGEN_SPARC_H
#define LLVM_CODEGEN_SPARC_H
-//************************** System Include Files **************************/
-
-//*************************** User Include Files ***************************/
-
#include "llvm/CodeGen/TargetMachine.h"
-#include "llvm/CodeGen/MachineInstr.h"
-
-
-//************************* Opaque Declarations ****************************/
-
-
-//************************ Exported Constants ******************************/
-
// OpCodeMask definitions for the Sparc V9
//
const OpCodeMask PredictTaken = 0x00080000; // predict branch taken?
-//************************ Exported Data Types *****************************/
-
-
//---------------------------------------------------------------------------
// class UltraSparcMachine
//
#ifndef LLVM_CODEGEN_TARGETMACHINE_H
#define LLVM_CODEGEN_TARGETMACHINE_H
-//************************** System Include Files **************************/
-
-//*************************** User Include Files ***************************/
-
#include "llvm/Support/Unique.h"
#include "llvm/Tools/DataTypes.h"
-
-//************************* Opaque Declarations ****************************/
+#include <string>
class Type;
class StructType;
-class MachineInstrInfo;
-
-
-//************************ Exported Data Types *****************************/
//---------------------------------------------------------------------------
#include "llvm/Type.h"
#include "llvm/CodeGen/TargetMachine.h"
-#include "vector"
-
-class TargetMachine;
-
+#include <vector>
// Future derived types: SIMD packed format
//*************************** User Include Files ***************************/
#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/Module.h"
#include "llvm/Method.h"
#include "llvm/iTerminators.h"
#include "llvm/iMemory.h"
#include "llvm/BasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
-//************************ Class Implementations **************************/
-
//------------------------------------------------------------------------
// class InstrTreeNode
// 7/2/01 - Vikram Adve - Created
//**************************************************************************/
-
-//************************** System Include Files **************************/
-
-#include <strstream.h>
-#include <string>
-#include <vector>
-
-//*************************** User Include Files ***************************/
-
-#include "llvm/Type.h"
-#include "llvm/DerivedTypes.h"
+#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/ConstPoolVals.h"
-#include "llvm/Value.h"
#include "llvm/Instruction.h"
-#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/CodeGen/MachineInstr.h"
+#include <strstream>
//************************ Class Implementations **************************/
// 7/15/01 - Vikram Adve - Created
//**************************************************************************/
-
-//************************** System Include Files **************************/
-
-//*************************** User Include Files ***************************/
-
-#include "llvm/DerivedTypes.h"
#include "llvm/CodeGen/Sparc.h"
-
//************************ Exported Constants ******************************/
//**************************************************************************/
-//************************** System Include Files **************************/
-
//*************************** User Include Files ***************************/
-#include "llvm/DerivedTypes.h"
#include "llvm/CodeGen/TargetMachine.h"
-
-
-//************************* Opaque Declarations ****************************/
-
-class StructType;
-class MachineInstrInfo;
+#include "llvm/DerivedTypes.h"
//************************ Class Implementations **************************/
-
//---------------------------------------------------------------------------
// function TargetMachine::findOptimalMemberOffsets
//
//*************************** User Include Files ***************************/
#include "llvm/CodeGen/InstrForest.h"
-#include "llvm/Module.h"
#include "llvm/Method.h"
#include "llvm/iTerminators.h"
#include "llvm/iMemory.h"
#include "llvm/BasicBlock.h"
#include "llvm/CodeGen/MachineInstr.h"
-//************************ Class Implementations **************************/
-
//------------------------------------------------------------------------
// class InstrTreeNode