Fix bug in eon hopefully
authorChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 19:33:44 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 23 Oct 2003 19:33:44 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9442 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/FindUsedTypes.h

index 7ce06046fa8f768fd6638d6be24cc6bd7369144c..50d659e2fac847b9048331a6e193d877b6b8a028 100644 (file)
@@ -39,6 +39,10 @@ private:
   ///
   void IncorporateType(const Type *Ty);
 
+  /// IncorporateSymbolTable - Include any named types.
+  ///
+  void IncorporateSymbolTable(const SymbolTable &ST);
+
 public:
   /// run - This incorporates all types used by the specified module
   bool run(Module &M);