From: Chris Lattner Date: Sun, 27 Oct 2002 20:49:47 +0000 (+0000) Subject: Prune #includes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8b5413e5d0c7c0fc5b384e975c4ca87f4c00699;p=oota-llvm.git Prune #includes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h index 0f8a158c725..a95103f35fd 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -1,20 +1,18 @@ //===-- llvm/CodeGen/MachineCodeForBasicBlock.h -----------------*- C++ -*--=// // -// Purpose: -// Collect the sequence of machine instructions for a basic block. +// Collect the sequence of machine instructions for a basic block. +// //===---------------------------------------------------------------------===// #ifndef LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H #define LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H #include "llvm/BasicBlock.h" -#include "llvm/Annotation.h" -#include class MachineInstr; extern AnnotationID MCFBB_AID; -class MachineCodeForBasicBlock: public Annotation { +class MachineCodeForBasicBlock : public Annotation { std::vector Insts; public: MachineCodeForBasicBlock(); diff --git a/include/llvm/CodeGen/MachineCodeForBasicBlock.h b/include/llvm/CodeGen/MachineCodeForBasicBlock.h index 0f8a158c725..a95103f35fd 100644 --- a/include/llvm/CodeGen/MachineCodeForBasicBlock.h +++ b/include/llvm/CodeGen/MachineCodeForBasicBlock.h @@ -1,20 +1,18 @@ //===-- llvm/CodeGen/MachineCodeForBasicBlock.h -----------------*- C++ -*--=// // -// Purpose: -// Collect the sequence of machine instructions for a basic block. +// Collect the sequence of machine instructions for a basic block. +// //===---------------------------------------------------------------------===// #ifndef LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H #define LLVM_CODEGEN_MACHINECODEFORBASICBLOCK_H #include "llvm/BasicBlock.h" -#include "llvm/Annotation.h" -#include class MachineInstr; extern AnnotationID MCFBB_AID; -class MachineCodeForBasicBlock: public Annotation { +class MachineCodeForBasicBlock : public Annotation { std::vector Insts; public: MachineCodeForBasicBlock();