diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-03 00:19:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-03 00:19:58 +0000 |
commit | 41edaa0529997e41a2bd64efd5f3e8027c67d99f (patch) | |
tree | 714eaf941e2d5d4866e3b9c7f92afdd3ca4f2b78 /include/llvm/Intrinsics.h | |
parent | 472c0ebea486237b8df386a142a37bbebc28f19d (diff) |
remove the read/write port/io intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26479 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.h')
-rw-r--r-- | include/llvm/Intrinsics.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 62c58f0ba7..80e3c6f61a 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -86,13 +86,6 @@ namespace Intrinsic { cttz_i16, // Count trailing zeros of short cttz_i32, // Count trailing zeros of int cttz_i64, // Count trailing zeros of long - - // Input/Output intrinsics. - readport, - writeport, - readio, - writeio - }; } // End Intrinsic namespace |