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

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