Skip to content
  • Reid Spencer's avatar
    For PR1043: · a94d394a
    Reid Spencer authored
    This is the final patch for this PR. It implements some minor cleanup
    in the use of IntegerType, to wit:
    1. Type::getIntegerTypeMask -> IntegerType::getBitMask
    2. Type::Int*Ty changed to IntegerType* from Type*
    3. ConstantInt::getType() returns IntegerType* now, not Type*
    
    This also fixes PR1120.
    
    Patch by Sheng Zhou.
    
    llvm-svn: 33370
    a94d394a
Loading