aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/Reader.h
AgeCommit message (Collapse)Author
2004-07-06Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14634 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-05Finalize bytecode dumping. The "handleFinish" method was getting calledReid Spencer
too soon so the function data was not getting dumped (it was generated after the call handleFinish). Also cleaned up the output format for proper indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14627 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-04- Make ValueList an "OtherVal" user of Values to ensure it doesn't getReid Spencer
mistaken for anything else. - Move function descriptions to Reader.cpp file per Chris. - Remove tabs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14602 91177308-0d34-0410-b5e6-96231b3b80d8
2004-06-29This is a slimming down of the previous ReaderInternals.h that justReid Spencer
declares the BytecodeReader class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14495 91177308-0d34-0410-b5e6-96231b3b80d8