From 60a505b1f63668683da1288848dbb3c4a9c26ec1 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 8 Apr 2004 20:26:21 +0000 Subject: [PATCH] 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 --- include/llvm/Intrinsics.h | 4 ++++ 1 file changed, 4 insertions(+) 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... -- 2.34.1