summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/SlotCalculator.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-10 04:36:10 +0000
committerChris Lattner <sabre@nondot.org>2007-02-10 04:36:10 +0000
commit12002936aabd2b9c7928554fb1d5e987cf8216bc (patch)
tree9c01db709ba14254c98136eeba46acc131cb4a2a /llvm/lib/Bytecode/Writer/SlotCalculator.h
parentc7627ca239a1477bd34c8c6ac7ab997a2d21785b (diff)
downloadbcm5719-llvm-12002936aabd2b9c7928554fb1d5e987cf8216bc.tar.gz
bcm5719-llvm-12002936aabd2b9c7928554fb1d5e987cf8216bc.zip
ModuleContainsAllFunctionConstants is always true
llvm-svn: 34120
Diffstat (limited to 'llvm/lib/Bytecode/Writer/SlotCalculator.h')
-rw-r--r--llvm/lib/Bytecode/Writer/SlotCalculator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Bytecode/Writer/SlotCalculator.h b/llvm/lib/Bytecode/Writer/SlotCalculator.h
index 8837a6013eb..9a0aee93efc 100644
--- a/llvm/lib/Bytecode/Writer/SlotCalculator.h
+++ b/llvm/lib/Bytecode/Writer/SlotCalculator.h
@@ -57,11 +57,6 @@ class SlotCalculator {
std::vector<unsigned> ModuleLevel;
unsigned ModuleTypeLevel;
- /// ModuleContainsAllFunctionConstants - This flag is set to true if all
- /// function constants are incorporated into the module constant table. This
- /// is only possible if building information for a bytecode file.
- bool ModuleContainsAllFunctionConstants;
-
SlotCalculator(const SlotCalculator &); // DO NOT IMPLEMENT
void operator=(const SlotCalculator &); // DO NOT IMPLEMENT
public:
OpenPOWER on IntegriCloud