projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb7cb71
)
Urg, check in header I forgot. :(
author
Chris Lattner
<sabre@nondot.org>
Thu, 12 Feb 2004 17:57:11 +0000
(17:57 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 12 Feb 2004 17:57:11 +0000
(17:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11353
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Intrinsics.h
patch
|
blob
|
history
diff --git
a/include/llvm/Intrinsics.h
b/include/llvm/Intrinsics.h
index 6dfe776ca0450bba764e0883fcfd9ad8f8902d14..098d5d4abd2fde79cb98055c44490b892305586b 100644
(file)
--- 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...