Skip to content

Commit 42260d7

Browse files
author
John Criswell
committed
Merged revision 1.19.
llvm-svn: 9463
1 parent faa1d1f commit 42260d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/include/llvm/Analysis/FindUsedTypes.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ class FindUsedTypes : public Pass {
3939
///
4040
void IncorporateType(const Type *Ty);
4141

42+
/// IncorporateSymbolTable - Include any named types.
43+
///
44+
void IncorporateSymbolTable(const SymbolTable &ST);
45+
4246
public:
4347
/// run - This incorporates all types used by the specified module
4448
bool run(Module &M);

0 commit comments

Comments
 (0)