Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2
/
.
/
test
/
FrontendC
/
2004-02-12-LargeAggregateCopy.c
blob: b3c9bcf381089c8b689cc1a928adde93ab8332a9 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep llvm.memcpy
struct
X
{
int
V
[
10000
];
};
struct
X
Global1
,
Global2
;
void
test
()
{
Global2
=
Global1
;
}