summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtinmemcpy.c
blob: 93253c5a8a487360d6d3ee541a9a6f4ad623eeff (plain)
1
2
3
// RUN: %clang_cc1 -emit-llvm < %s -o - | grep "llvm.memcpy"

char* x(char* a, char* b) {return __builtin_memcpy(a, b, 4);}
OpenPOWER on IntegriCloud