commit | 5446f8a54202b56dc443b429c5d73f39b9ffa21f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jul 14 06:08:51 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jul 14 06:08:51 2001 +0000 |
tree | de230dccf27c1366015aa6df74e33260944d3c61 | |
parent | 5a2d2b1f0a7a63ddcf1a7a928f1fc56c281a8634 [diff] [blame] |
* The parent of a constant pool is a SymTabValue, not a value. llvm-svn: 178
diff --git a/llvm/include/llvm/SlotCalculator.h b/llvm/include/llvm/SlotCalculator.h index 99e40cb..d5ebe70 100644 --- a/llvm/include/llvm/SlotCalculator.h +++ b/llvm/include/llvm/SlotCalculator.h
@@ -13,6 +13,7 @@ #include "llvm/SymTabValue.h" #include <vector> #include <map> +class Value; class SlotCalculator : public ModuleAnalyzer { const Module *TheModule;