llvm-6502/include/llvm/Assembly
Reid Spencer 798ff64328 Part of bug 122:
This change removes the BuildBytecodeInfo flag from the SlotCalculator
class. This flag was needed to distinguish between the Bytecode/Writer
and the AsmWriter. Now that AsmWriter doesn't use SlotCalculator, we can
remove this flag and simplify some code. Also, some minor name changes
to CachedWriter.h needed to be committed (missed in previous commit).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13785 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-26 07:37:11 +00:00
..
AsmAnnotationWriter.h Add the ability to put an annotation at the end of a basic block as well. 2004-03-08 18:51:05 +00:00
CachedWriter.h Part of bug 122: 2004-05-26 07:37:11 +00:00
Parser.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
PrintModulePass.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Writer.h Remove yet another obsolete comment :) 2004-01-08 22:28:45 +00:00