summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-04-08 20:26:21 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-04-08 20:26:21 +0000
commit6d426519334bd42019d470d955daa305d0968dda (patch)
treec1493ced38fbb6c915fb184c46dcd7006be527a1
parent3b3861d3050b3ef1d5e5bc69ddd02d25aea350d5 (diff)
downloadbcm5719-llvm-6d426519334bd42019d470d955daa305d0968dda.tar.gz
bcm5719-llvm-6d426519334bd42019d470d955daa305d0968dda.zip
Added the llvm.readport and llvm.writeport intrinsics.
llvm-svn: 12780
-rw-r--r--llvm/include/llvm/Intrinsics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Intrinsics.h b/llvm/include/llvm/Intrinsics.h
index 14365426bf6..6a9ea809b14 100644
--- a/llvm/include/llvm/Intrinsics.h
+++ b/llvm/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...
OpenPOWER on IntegriCloud