summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-12 17:57:11 +0000
committerChris Lattner <sabre@nondot.org>2004-02-12 17:57:11 +0000
commit5ab827ff4a62faa276c8422df57d87d4b3eb2066 (patch)
tree87b9f23545b58ebf2c9e94a537e46f537ae3a0ea /include/llvm/Intrinsics.h
parentcb7cb71bc8f3e6802cda82164a4179e05ff2404e (diff)
downloadllvm-5ab827ff4a62faa276c8422df57d87d4b3eb2066.tar.gz
llvm-5ab827ff4a62faa276c8422df57d87d4b3eb2066.tar.bz2
llvm-5ab827ff4a62faa276c8422df57d87d4b3eb2066.tar.xz
Urg, check in header I forgot. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.h')
-rw-r--r--include/llvm/Intrinsics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 6dfe776ca0..098d5d4abd 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...