On Aug 21, 2012, at 11:20 AM, Richard Smith <[email protected]> wrote:
> Thanks, r162297. > > Is there a reason why llvm::RoundUpToAlignment uses a divide and a multiply, > rather than an and? (Is it trying to handle non-power-of-two alignments?) It don't think so. I think everything would break if we used non-power-of-two alignments. /jakob _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
