From e0ea5cff8a2ff3317dadfad3aefaacefe56dfda3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 12 Feb 2004 17:57:11 +0000 Subject: [PATCH] Urg, check in header I forgot. :( llvm-svn: 11353 --- llvm/include/llvm/Intrinsics.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llvm/include/llvm/Intrinsics.h b/llvm/include/llvm/Intrinsics.h index 6dfe776ca045..098d5d4abd2f 100644 --- a/llvm/include/llvm/Intrinsics.h +++ b/llvm/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...