[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 12 11:58:01 PST 2004


Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.15 -> 1.16

---
Log message:

Urg, check in header I forgot.  :(


---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.15 llvm/include/llvm/Intrinsics.h:1.16
--- llvm/include/llvm/Intrinsics.h:1.15	Mon Jan  5 23:32:17 2004
+++ llvm/include/llvm/Intrinsics.h	Thu Feb 12 11:57:11 2004
@@ -44,6 +44,12 @@
     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...





More information about the llvm-commits mailing list