Added the llvm.readport and llvm.writeport intrinsics.
authorJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 20:27:38 +0000 (20:27 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 8 Apr 2004 20:27:38 +0000 (20:27 +0000)
commit9570301ee8e473c4e6df3eb71b82b79a6072891a
treeb4c7c83530870b919e1a97d9980128e423f20f91
parent60a505b1f63668683da1288848dbb3c4a9c26ec1
Added the llvm.readport and llvm.writeport intrinsics.
The Verifier ensures that their parameters are of integral types and have
the correct sign, but it does not enforce any size restrictions because
such restrictions are platform dependent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12781 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Function.cpp
lib/VMCore/Verifier.cpp