diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-02-12 17:57:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-02-12 17:57:11 +0000 |
| commit | e0ea5cff8a2ff3317dadfad3aefaacefe56dfda3 (patch) | |
| tree | 5161c97b920c1385836ab76dc8b1dc9180785440 | |
| parent | 71957a90b3bdec5225d6519582a6f6079d47fec7 (diff) | |
| download | bcm5719-llvm-e0ea5cff8a2ff3317dadfad3aefaacefe56dfda3.tar.gz bcm5719-llvm-e0ea5cff8a2ff3317dadfad3aefaacefe56dfda3.zip | |
Urg, check in header I forgot. :(
llvm-svn: 11353
| -rw-r--r-- | llvm/include/llvm/Intrinsics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/include/llvm/Intrinsics.h b/llvm/include/llvm/Intrinsics.h index 6dfe776ca04..098d5d4abd2 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... |

