Various cleanups:
authorReid Spencer <rspencer@reidspencer.com>
Sun, 11 Jul 2004 17:28:43 +0000 (17:28 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 11 Jul 2004 17:28:43 +0000 (17:28 +0000)
commit46b002cd9bdfefd89ef26ddb76ee672eaa8069ab
tree3e662caca7560200709871c7f8cef3c727b727c4
parent66906518ed5773536f80e125f3896e66786316e5
Various cleanups:
- Remove tabs
- Standardize use of space around ( and ).
- Consolidate the ConstantPlaceHolder class
- Rename two methods to be more meaningful (ParseType, ParseTypes)
- Correct indentation of blocks
- Add documentation
- Convert input dependent asserts to error(...) so it throws instead.
Provide placeholder implementations of read_float and read_double that
still read in platform-specific endianess. When I figure out how to do
this without knowing the endianess of the platform, it will get implemented
correctly.

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