1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 54e2cf9073
commit 2a0e71d0ce

View File

@ -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;