[cfe-commits] r72348 - in /cfe/trunk/lib/CodeGen: CGExprAgg.cpp CodeGenFunction.h

Chris Lattner clattner at apple.com
Wed May 27 22:47:30 PDT 2009


On May 23, 2009, at 3:29 PM, Mike Stump wrote:

> Author: mrs
> Date: Sat May 23 17:29:41 2009
> New Revision: 72348
>
> URL: http://llvm.org/viewvc/llvm-project?rev=72348&view=rev
> Log:
> Track volatile aggregate copies better.  I'm hoping someone else  
> will decide
> how to get the backend to know that the operation is volatile.

the memcpy intrinsic needs to get an "isvolatile" bit.  Don't worry  
about this for now, it isn't very important.

-Chris



More information about the cfe-commits mailing list