"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "2789706059d3d91ce59fbbf04710f75f680e8ad8"
Fix gcc compile failure
Commit r275056 introduced a gcc compile failure due to us using two types named 'Type', the first being the newly introduced member variable 'Type' the second being llvm::Type. We resolve this issue by renaming the newly introduced member variable to AccessType. llvm-svn: 275057
Loading
Please register or sign in to comment