Two Changes:
authorReid Spencer <rspencer@reidspencer.com>
Sat, 21 Aug 2004 20:52:03 +0000 (20:52 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 21 Aug 2004 20:52:03 +0000 (20:52 +0000)
commit4542c43761d64d40425df8a4de7631a09cc17ba3
treee323426acec40b76c57af9ecc335da41d873488a
parent572c2565191f2d7d5cf46f8325b2795db2d6f466
Two Changes:
- Pass the output stream to the analyzer so it can write its output there
  directly instead of buffering it.
- Don't pass a boolean to ParseBytecode because its not needed any more.

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