aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-03 00:19:58 +0000
committerChris Lattner <sabre@nondot.org>2006-03-03 00:19:58 +0000
commit41edaa0529997e41a2bd64efd5f3e8027c67d99f (patch)
tree714eaf941e2d5d4866e3b9c7f92afdd3ca4f2b78 /include/llvm/Intrinsics.h
parent472c0ebea486237b8df386a142a37bbebc28f19d (diff)
downloadexternal_llvm-41edaa0529997e41a2bd64efd5f3e8027c67d99f.zip
external_llvm-41edaa0529997e41a2bd64efd5f3e8027c67d99f.tar.gz
external_llvm-41edaa0529997e41a2bd64efd5f3e8027c67d99f.tar.bz2
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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index 62c58f0..80e3c6f 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