mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Remove extraneous #includes
llvm-svn: 1634
This commit is contained in:
parent
fcc2cfec1f
commit
c98336111d
@ -1,4 +1,4 @@
|
||||
/* Title: LiveVarSet.h
|
||||
/* Title: LiveVarSet.h -*- C++ -*-
|
||||
Author: Ruchira Sasanka
|
||||
Date: Jun 30, 01
|
||||
Purpose: Contains the class definition of LiveVarSet which is used for
|
||||
@ -9,19 +9,14 @@
|
||||
#define LIVE_VAR_SET_H
|
||||
|
||||
#include "llvm/Analysis/LiveVar/ValueSet.h"
|
||||
#include "llvm/Instruction.h"
|
||||
#include "llvm/Type.h"
|
||||
class MachineInstr;
|
||||
|
||||
class LiveVarSet : public ValueSet
|
||||
{
|
||||
|
||||
public:
|
||||
struct LiveVarSet : public ValueSet {
|
||||
|
||||
// This function applies a machine instr to a live var set (accepts OutSet)
|
||||
// and makes necessary changes to it (produces InSet).
|
||||
|
||||
//
|
||||
void applyTranferFuncForMInst(const MachineInstr *const MInst);
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user