Added the llvm.readport and llvm.writeport intrinsics.

llvm-svn: 12780
This commit is contained in:
John Criswell 2004-04-08 20:26:21 +00:00
parent 3b3861d305
commit 6d42651933
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ namespace Intrinsic {
// Standard libm functions... // Standard libm functions...
// Input/Output intrinsics
readport,
writeport,
//===------------------------------------------------------------------===// //===------------------------------------------------------------------===//
// This section defines intrinsic functions used to represent Alpha // This section defines intrinsic functions used to represent Alpha
// instructions... // instructions...