mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
MachineFrameInfo.h: Remove unnecessary forward declarations; NFC
llvm-svn: 301496
This commit is contained in:
parent
e835e58da7
commit
04ed084c8c
@ -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
Block a user