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 {
|
||||
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
Block a user