search for: 103392f3

Displaying 1 result from an estimated 1 matches for "103392f3".

Did you mean: 1033923
2009 Mar 19
1
[LLVMdev] sample-code for alias-analysis
...================ void foo (double * fa){ int fi, fj; fi = 0; fj = 2; if (! fa) fj = fj + 4; fa[fi] = fa[fi + fj]; } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090319/103392f3/attachment.html>