forked from OSchip/llvm-project
Added the llvm.readport and llvm.writeport intrinsics.
llvm-svn: 12780
This commit is contained in:
parent
3b3861d305
commit
6d42651933
|
@ -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...
|
||||||
|
|
Loading…
Reference in New Issue