Skip to content
  • Daniel Dunbar's avatar
    Move FunctionType conversion into CGCall.cpp: · 7a95ca31
    Daniel Dunbar authored
     - Added CodeGenTypes::GetFunctionType, taking a CGFunctionInfo.
     - Updated Obj-C runtimes to use this instead of rolling the
       llvm::FunctionType by hand.
     - Killed CodeGenTypes::{ConvertReturnType, DecodeArgumentTypes}.
    
    Add ABIArgInfo class to encapsulate ABI decision of how to lower types
    to LLVM.
     - Will move to target sometime soon.
    
    llvm-svn: 56047
    7a95ca31
Loading