forked from OSchip/llvm-project
MachineFrameInfo.h: Remove unnecessary forward declarations; NFC
llvm-svn: 301496
This commit is contained in:
parent
90834df0b4
commit
092e32e540
|
@ -21,15 +21,9 @@
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class raw_ostream;
|
class raw_ostream;
|
||||||
class DataLayout;
|
|
||||||
class TargetRegisterClass;
|
|
||||||
class Type;
|
|
||||||
class MachineFunction;
|
class MachineFunction;
|
||||||
class MachineBasicBlock;
|
class MachineBasicBlock;
|
||||||
class TargetFrameLowering;
|
|
||||||
class TargetMachine;
|
|
||||||
class BitVector;
|
class BitVector;
|
||||||
class Value;
|
|
||||||
class AllocaInst;
|
class AllocaInst;
|
||||||
|
|
||||||
/// The CalleeSavedInfo class tracks the information need to locate where a
|
/// The CalleeSavedInfo class tracks the information need to locate where a
|
||||||
|
|
Loading…
Reference in New Issue