forked from OSchip/llvm-project
MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.
These are already defined in the CallingConvLower.h include.
This commit is contained in:
parent
95ca3aacf0
commit
4e89a0ab02
|
@ -40,8 +40,6 @@
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
class Argument;
|
class Argument;
|
||||||
class CCState;
|
|
||||||
class CCValAssign;
|
|
||||||
class FastISel;
|
class FastISel;
|
||||||
class FunctionLoweringInfo;
|
class FunctionLoweringInfo;
|
||||||
class MachineBasicBlock;
|
class MachineBasicBlock;
|
||||||
|
|
Loading…
Reference in New Issue