Skip to content
  • Devang Patel's avatar
    Ignore DBG_VALUE machine instructions while constructing instruction ranges... · d12c0a27
    Devang Patel authored
    Ignore DBG_VALUE machine instructions while constructing instruction ranges based on location info. 
    Machine instruction range consisting of only DBG_VALUE MIs only contributes consecutive labels in assembly output, which is harmless, and empty scope entry in DebugInfo, which confuses debugger tools.
    
    llvm-svn: 125577
    d12c0a27
Loading