Casting to void* or any other pointer-to-sizeless type (e.g. function...
Casting to void* or any other pointer-to-sizeless type (e.g. function pointers) causes a divide-by-zero error. Simple fix: check if the pointee type size is 0 and bail out early if it is. llvm-svn: 106401
Loading
Please register or sign in to comment