From: Chris Lattner Date: Thu, 12 Feb 2004 17:57:11 +0000 (+0000) Subject: Urg, check in header I forgot. :( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ab827ff4a62faa276c8422df57d87d4b3eb2066;p=oota-llvm.git Urg, check in header I forgot. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11353 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 6dfe776ca04..098d5d4abd2 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -44,6 +44,12 @@ namespace Intrinsic { dbg_func_start, // Start of a function dbg_declare, // Declare a local object + // Standard libc functions... + memcpy, + + // Standard libm functions... + + //===------------------------------------------------------------------===// // This section defines intrinsic functions used to represent Alpha // instructions...