summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/SlotCalculator.h
diff options
context:
space:
mode:
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