Skip to content
  1. Feb 10, 2008
  2. Feb 09, 2008
  3. Feb 08, 2008
  4. Feb 07, 2008
  5. Feb 06, 2008
  6. Feb 05, 2008
  7. Feb 04, 2008
  8. Feb 03, 2008
  9. Feb 02, 2008
  10. Feb 01, 2008
  11. Jan 31, 2008
  12. Jan 30, 2008
    • 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