Skip to content
  • Manman Ren's avatar
    Debug Info: code clean up. · 642a0acc
    Manman Ren authored
    Remove unnecessary creation of LexicalScope in collectDeadVariables.
    The created LexicialScope was only used to get isAbstractScope, which
    should be false from the creation:
    "new LexicalScope(NULL, DIDescriptor(SP), NULL, false);".
    
    We can also remove a DenseMap that holds the created LexicalScopes.
    
    llvm-svn: 193196
    642a0acc
Loading