diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-14 06:08:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-14 06:08:51 +0000 |
commit | 644dc172f57559d3b4c75869e9f35b7781a9c0d8 (patch) | |
tree | 1756780f7a45303bc1acb97581d563f0436d9723 /lib/Bytecode | |
parent | dc4c3f2f5fc6132885d590631b54de0be2c659be (diff) |
* The parent of a constant pool is a SymTabValue, not a value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.h b/lib/Bytecode/Writer/SlotCalculator.h index 99e40cbeb5..d5ebe700f5 100644 --- a/lib/Bytecode/Writer/SlotCalculator.h +++ b/lib/Bytecode/Writer/SlotCalculator.h @@ -13,6 +13,7 @@ #include "llvm/SymTabValue.h" #include <vector> #include <map> +class Value; class SlotCalculator : public ModuleAnalyzer { const Module *TheModule; |