[llvm] 4e89a0a - MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Sep  7 10:37:22 PDT 2020
    
    
  
Author: Simon Pilgrim
Date: 2020-09-07T18:15:26+01:00
New Revision: 4e89a0ab02148c71d5be076e0d7262e93010006b
URL: https://github.com/llvm/llvm-project/commit/4e89a0ab02148c71d5be076e0d7262e93010006b
DIFF: https://github.com/llvm/llvm-project/commit/4e89a0ab02148c71d5be076e0d7262e93010006b.diff
LOG: MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.
These are already defined in the CallingConvLower.h include.
Added: 
    
Modified: 
    llvm/lib/Target/Mips/MipsISelLowering.h
Removed: 
    
################################################################################
diff  --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h
index 0c5df4ba1bad..03933d820576 100644
--- a/llvm/lib/Target/Mips/MipsISelLowering.h
+++ b/llvm/lib/Target/Mips/MipsISelLowering.h
@@ -40,8 +40,6 @@
 namespace llvm {
 
 class Argument;
-class CCState;
-class CCValAssign;
 class FastISel;
 class FunctionLoweringInfo;
 class MachineBasicBlock;
        
    
    
More information about the llvm-commits
mailing list