Remove the return type check for llvm.readio. This check is done for all
authorJohn Criswell <criswell@uiuc.edu>
Wed, 14 Apr 2004 15:06:48 +0000 (15:06 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 14 Apr 2004 15:06:48 +0000 (15:06 +0000)
commit71c887d6884f32f9302bfab023c21267bb2b5a0f
tree94655312671dd96cf45f03c791863a23c37dd03b
parent17f64258cf33f4a2900299238758a746d70ecc14
Remove the return type check for llvm.readio.  This check is done for all
functions and is not needed here.
Simplify the pointer type check per Chris's suggestions.

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