Only check for volatile memcpys in test.
authorTim Northover <Tim.Northover@arm.com>
Thu, 7 Feb 2013 15:11:48 +0000 (15:11 +0000)
committerTim Northover <Tim.Northover@arm.com>
Thu, 7 Feb 2013 15:11:48 +0000 (15:11 +0000)
commitffed8fe5c9997275a7421d7ce3ce6f6a4f3409b6
tree717b1d34ee7c2b6a2d26b47e9c30742ed66f30fa
parent570b7478fa4054b28833a04f4953b899bb40c6a7
Only check for volatile memcpys in test.

AArch64 handles aggFct's return struct slightly differently, leading
to an extra memcpy. This test is fortunately only concerned about
volatile copies, so we can modify the grep text to filter it.

llvm-svn: 174621
clang/test/CodeGen/volatile.c