Skip to content
  • Rafael Espindola's avatar
    We currently use a callback to handle an IL pass deleting a BB that still · f11e7f13
    Rafael Espindola authored
    has a reference to it. Unfortunately, that doesn't work for codegen passes
    since we don't get notified of MBB's being deleted (the original BB stays).
    
    Use that fact to our advantage and after printing a function, check if
    any of the IL BBs corresponds to a symbol that was not printed. This fixes
    pr11202.
    
    llvm-svn: 144674
    f11e7f13
Loading