From f1d483d64126c776a0436d9adea2e5be17dba0e8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 14 Apr 2004 02:22:54 +0000 Subject: [PATCH] Temporarily hack in the intrinsics that John added. I expect him to finish up their addition, but in the meantime, the build should not be broken. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12938 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Intrinsics.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 6a9ea809b14..41aa3ed5314 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -60,6 +60,8 @@ namespace Intrinsic { // Input/Output intrinsics readport, writeport, + readio, + writeio, //===------------------------------------------------------------------===// // This section defines intrinsic functions used to represent Alpha