Skip to content
  • Evan Cheng's avatar
    Treat the label for the first @llvm.dbg.stoppoint the same way as the... · a3395a61
    Evan Cheng authored
    Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_func_start label. Make sure nothing else is inserted before them.
    Note this solution might be somewhat fragile since ISD::LABEL may be used for other
    purposes. If that ends up to be an issue, we may need to introduce a different node
    for debug labels.
    
    llvm-svn: 46571
    a3395a61
Loading