Commit 42260d77 authored by John Criswell's avatar John Criswell
Browse files

Merged revision 1.19.

llvm-svn: 9463
parent faa1d1f0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);