From: Chris Lattner Date: Sun, 9 Nov 2003 05:04:25 +0000 (+0000) Subject: Untypo X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b045e1411151624623ef58a05406c7d05b4524e7;p=oota-llvm.git Untypo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/DeadTypeElimination.cpp b/lib/Transforms/IPO/DeadTypeElimination.cpp index f0d44225221..c3eb4160029 100644 --- a/lib/Transforms/IPO/DeadTypeElimination.cpp +++ b/lib/Transforms/IPO/DeadTypeElimination.cpp @@ -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&E){