Corrected the descriptions of the llvm.writeport and llvm.writeio
authorJohn Criswell <criswell@uiuc.edu>
Mon, 12 Apr 2004 16:33:19 +0000 (16:33 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 12 Apr 2004 16:33:19 +0000 (16:33 +0000)
commit96db6fcb2e81aa310b76b10a6aa3fce94b58ad75
treedd4881a1448b051767ae1290f62ae106ce3d4a0d
parente633352fd57d54612f8986978b6fe3cb9ba2f620
Corrected the descriptions of the llvm.writeport and llvm.writeio
intrinsics.

Modified llvm.readio and llvm.writeio to use pointers to memory instead
of integers.  This should take care of problems such as different pointer
sizes, casting integers to pointers, weird architectural pointer types, etc.

Re-worded the description of llvm.readio and llvm.writeio so that it should
be more clear as to why they should be used over regular loads/stores for
I/O.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12867 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html