llvm-svn: 9827
This commit is contained in:
Chris Lattner 2003-11-09 05:04:25 +00:00
parent 950c75f135
commit d61abe82d3
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Pass *createDeadTypeEliminationPass() {
// ShouldNukSymtabEntry - Return true if this module level symbol table entry
// ShouldNukeSymtabEntry - Return true if this module level symbol table entry
// should be eliminated.
//
static inline bool ShouldNukeSymtabEntry(const std::pair<std::string,Value*>&E){