summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/copy-assign-volatile-synthesis.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't emit memcpy for copying fields of arrays of volatile elements.Fariborz Jahanian2011-08-091-0/+43
Use the the path that generates a loop. This fixes bogus error that clang puts out. // rdar://9894548 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137080 91177308-0d34-0410-b5e6-96231b3b80d8