1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 23:37:33 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-11-09 05:04:25 +00:00
parent cda2347bcd
commit b045e14111

@ -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){