From: John Criswell Date: Thu, 8 Apr 2004 20:26:21 +0000 (+0000) Subject: Added the llvm.readport and llvm.writeport intrinsics. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60a505b1f63668683da1288848dbb3c4a9c26ec1;p=oota-llvm.git Added the llvm.readport and llvm.writeport intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12780 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 14365426bf6..6a9ea809b14 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -57,6 +57,10 @@ namespace Intrinsic { // Standard libm functions... + // Input/Output intrinsics + readport, + writeport, + //===------------------------------------------------------------------===// // This section defines intrinsic functions used to represent Alpha // instructions...