diff options
author | John Criswell <criswell@uiuc.edu> | 2004-04-08 20:26:21 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-04-08 20:26:21 +0000 |
commit | 60a505b1f63668683da1288848dbb3c4a9c26ec1 (patch) | |
tree | 7cc838dce07a1b4c30c1a403118e4345a4ed13f6 /include | |
parent | 8ba725b4564a0fe8721758d78101f05a68536bdf (diff) | |
download | external_llvm-60a505b1f63668683da1288848dbb3c4a9c26ec1.zip external_llvm-60a505b1f63668683da1288848dbb3c4a9c26ec1.tar.gz external_llvm-60a505b1f63668683da1288848dbb3c4a9c26ec1.tar.bz2 |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Intrinsics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 1436542..6a9ea80 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... |