Skip to content
Commit cb7696cf authored by Chris Lattner's avatar Chris Lattner
Browse files

fix the clang side of PR7437: EmitAggregateCopy

was not producing a memcpy with the right address
spaces because of two places in it doing casts of
the arguments to i8, one of which that didn't
preserve the address space.

There is also an optimizer bug here.

llvm-svn: 107842
parent 26b1a198
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment