The only clients of the slot calculator are now the asmwriter and bcwriter.
authorChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 02:49:34 +0000 (02:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 02:49:34 +0000 (02:49 +0000)
commit8ce750145db529a3f5f09aeffba52194e879c7a3
treec5b7e90029ea8a179578d0db7c85e74172b644c0
parent9739736b94b1116be2043e05567aa8899593ab29
The only clients of the slot calculator are now the asmwriter and bcwriter.
Since this really only makes sense for these two, change hte instance variable
to reflect whether we are writing a bytecode file or not.  This makes it
reasonable to add bcwriter specific stuff to it as necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10837 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/SlotCalculator.h
include/llvm/SlotCalculator.h
lib/Bytecode/Writer/SlotCalculator.cpp
lib/Bytecode/Writer/SlotCalculator.h
lib/VMCore/AsmWriter.cpp
lib/VMCore/SlotCalculator.cpp