Merge the const and non-const Type::getScalarType to a const version that...
Merge the const and non-const Type::getScalarType to a const version that returns a non-const pointer. Since we don't put const on Types all places were already calling the non-const version. llvm-svn: 243843
Loading
Please register or sign in to comment