tidy up some comments, store the 'isvararg' bit for FunctionType in
authorChris Lattner <sabre@nondot.org>
Thu, 16 Jun 2011 21:08:21 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 16 Jun 2011 21:08:21 +0000 (21:08 +0000)
commite43d745b5cb7c3731627740bde882a5a5b212140
treee4e1d417115d35be9a74be320e4ca9075d17b30d
parentae5a0b53782b1219af0017649f0b6a7b5b24752e
tidy up some comments, store the 'isvararg' bit for FunctionType in
the SubclassData field, saving a word.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133191 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DerivedTypes.h
lib/VMCore/Type.cpp