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 {
|
||||
class raw_ostream;
|
||||
class DataLayout;
|
||||
class TargetRegisterClass;
|
||||
class Type;
|
||||
class MachineFunction;
|
||||
class MachineBasicBlock;
|
||||
class TargetFrameLowering;
|
||||
class TargetMachine;
|
||||
class BitVector;
|
||||
class Value;
|
||||
class AllocaInst;
|
||||
|
||||
/// The CalleeSavedInfo class tracks the information need to locate where a
|
||||
|
|
Loading…
Reference in New Issue