"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "788fe38f993ab071d623e7ac227572cf920cd965"
IR: Don't cast the end iterator to Instruction*
End iterators are usually sentinels, not actually Instruction* at all. Stop casting to it just to get an iterator back. There is likely no observable functionality change here right now (although this is relying on UB, I doubt it was triggering anything), but I'll be removing the cast soon. llvm-svn: 278346
Loading
Please register or sign in to comment