"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d59ad0cb592110ccb1a1c751253fcb1ddb5ef224"
Make PATypeHolder and friends return non-const pointers to the types they
hold. Because types are basically immutable anyway, they should not be referenced as "const Type*" everywhere. Just "Type*" should suffice! llvm-svn: 14824
Loading
Please register or sign in to comment