1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove some unused forward declarations.

llvm-svn: 227812
This commit is contained in:
Eric Christopher 2015-02-02 17:38:37 +00:00
parent 9bc6ef1872
commit 8eda3c8e33

View File

@ -18,10 +18,6 @@
namespace llvm { namespace llvm {
class MCSymbol;
class X86TargetMachine;
class X86Subtarget;
class X86FrameLowering : public TargetFrameLowering { class X86FrameLowering : public TargetFrameLowering {
public: public:
explicit X86FrameLowering(StackDirection D, unsigned StackAl, int LAO) explicit X86FrameLowering(StackDirection D, unsigned StackAl, int LAO)