summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-27 20:49:47 +0000
committerChris Lattner <sabre@nondot.org>2002-10-27 20:49:47 +0000
commit32a044b6509c1ca77ba8c6fdd05b8d3469c249f1 (patch)
treecde16158b8c23c41574eb104d3df686b914a6654
parentb1f02f7f0244f089e45dac87ea9740fbf350da3f (diff)
downloadbcm5719-llvm-32a044b6509c1ca77ba8c6fdd05b8d3469c249f1.tar.gz
bcm5719-llvm-32a044b6509c1ca77ba8c6fdd05b8d3469c249f1.zip
Prune #includes
llvm-svn: 4295
-rw-r--r--llvm/include/llvm/CodeGen/MachineBasicBlock.h8
-rw-r--r--llvm/include/llvm/CodeGen/MachineCodeForBasicBlock.h8
2 files changed, 6 insertions, 10 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineBasicBlock.h b/llvm/include/llvm/CodeGen/MachineBasicBlock.h
index 0f8a158c725..a95103f35fd 100644
--- a/llvm/include/llvm/CodeGen/MachineBasicBlock.h
+++ b/llvm/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 <vector>
class MachineInstr;
extern AnnotationID MCFBB_AID;
-class MachineCodeForBasicBlock: public Annotation {
+class MachineCodeForBasicBlock : public Annotation {
std::vector<MachineInstr*> Insts;
public:
MachineCodeForBasicBlock();
diff --git a/llvm/include/llvm/CodeGen/MachineCodeForBasicBlock.h b/llvm/include/llvm/CodeGen/MachineCodeForBasicBlock.h
index 0f8a158c725..a95103f35fd 100644
--- a/llvm/include/llvm/CodeGen/MachineCodeForBasicBlock.h
+++ b/llvm/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 <vector>
class MachineInstr;
extern AnnotationID MCFBB_AID;
-class MachineCodeForBasicBlock: public Annotation {
+class MachineCodeForBasicBlock : public Annotation {
std::vector<MachineInstr*> Insts;
public:
MachineCodeForBasicBlock();
OpenPOWER on IntegriCloud