diff options
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... |