On 11/02/2011 09:30 AM, Andrew MacLeod wrote: > it did in my simply trials as I figured this out in the debugger :-) > i only did basic tests. OK, Is there a simple way to get to the def?
You should know. You wrote most of that stuff. > what happens to the alignment of something if its say 'char *' type > and its cast to an (int *) oir something with more strict > alignment... or will the compiler complain about that? The compiler certainly won't complain. I guess the absolute best thing is to look at the ptr_info_def of the SSA name. In theory this will have been solved for you. r~