Skip to content
  • John McCall's avatar
    Change all the Type::getAsFoo() methods to specializations of Type::getAs(). · 9dd450bb
    John McCall authored
    Several of the existing methods were identical to their respective
    specializations, and so have been removed entirely.  Several more 'leaf'
    optimizations were introduced.
    
    The getAsFoo() methods which imposed extra conditions, like
    getAsObjCInterfacePointerType(), have been left in place.
    
    llvm-svn: 82501
    9dd450bb
Loading