Added the llvm.readport and llvm.writeport intrinsics.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 20:26:21 +0000 (20:26 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 20:26:21 +0000 (20:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12780 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.h

index 14365426bf68a9369409340e1bec5fa2dd75b2df..6a9ea809b14c8e852a55511c3202260637865adb 100644 (file)
@@ -57,6 +57,10 @@ namespace Intrinsic {
     // Standard libm functions...
     
 
+    // Input/Output intrinsics
+    readport,
+    writeport,
+
     //===------------------------------------------------------------------===//
     // This section defines intrinsic functions used to represent Alpha
     // instructions...