summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-02-03 07:03:13 +0000
committerChris Lattner <sabre@nondot.org>2002-02-03 07:03:13 +0000
commit8d24727914c61944be47e31f76bcd299f7e0b652 (patch)
tree3e01c43221d554f12d370f44e404cd27dc8168fe
parenta1e61fafcffdf5d4d62d50640706c400a24745ae (diff)
downloadbcm5719-llvm-8d24727914c61944be47e31f76bcd299f7e0b652.tar.gz
bcm5719-llvm-8d24727914c61944be47e31f76bcd299f7e0b652.zip
Remove extraneous #includes
llvm-svn: 1634
-rw-r--r--llvm/include/llvm/Analysis/LiveVar/LiveVarSet.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/llvm/include/llvm/Analysis/LiveVar/LiveVarSet.h b/llvm/include/llvm/Analysis/LiveVar/LiveVarSet.h
index d7761cfc205..8a338218cf5 100644
--- a/llvm/include/llvm/Analysis/LiveVar/LiveVarSet.h
+++ b/llvm/include/llvm/Analysis/LiveVar/LiveVarSet.h
@@ -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);
-
};
OpenPOWER on IntegriCloud