Suggestions made by Chris:
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 23 Sep 2003 16:15:29 +0000 (16:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 23 Sep 2003 16:15:29 +0000 (16:15 +0000)
commite0dd0d47cb00012b4db7b65a05c16612ec2e46a4
tree19a4239e638b72a5d7e0dc6fce513805a1e05402
parentd57308a33cdaccc0c7693e76e05d5d0f16c15401
Suggestions made by Chris:
* Instead of a #define, use inline function
* Fix the name on the #define, errr... now inline function to be more logical:
  it doesn't CHECK the alignment, it PERFORMS the alignment
* To get string name of a Type*, use getDescription(), not getName()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Reader/Reader.cpp