Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
57cb9883aa4c82357594d4186858f175135be3b1
/
.
/
test
/
CFrontend
/
2004-02-12-LargeAggregateCopy.c.tr
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
;
}