MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.

These are already defined in the CallingConvLower.h include.
This commit is contained in:
Simon Pilgrim 2020-09-07 18:15:26 +01:00
parent 95ca3aacf0
commit 4e89a0ab02
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@
namespace llvm {
class Argument;
class CCState;
class CCValAssign;
class FastISel;
class FunctionLoweringInfo;
class MachineBasicBlock;