mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
Prune #includes
llvm-svn: 4295
This commit is contained in:
parent
f0e3a35094
commit
2bc0fd8115
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user