Skip to content
  • Peter Wortmann's avatar
    Use SDoc for all LLVM pretty-printing · 99d39221
    Peter Wortmann authored
    This patch reworks some parts of the LLVM pretty-printing code that were
    still using Show and String. Now we should be using SDoc and Outputable
    throughout. Note that many get*Name functions become pp*Name
    here as a side-effect.
    99d39221