> > URL: http://llvm.org/viewvc/llvm-project?rev=41271&view=rev > > Log: > > Make sure that the overflow flag is not lost. > > Ick, is this hack to fold-const really appropriate?
Yes, it is a backport from gcc mainline (commit 121252) and fixes a real problem with the Ada front-end. Ciao, Duncan. _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
