Skip to content
  1. Aug 04, 2003
  2. Aug 03, 2003
  3. Aug 02, 2003
  4. Aug 01, 2003
  5. Jul 31, 2003
  6. Jul 30, 2003
  7. Jul 29, 2003
  8. Jul 27, 2003
  9. Jul 24, 2003
  10. Jul 23, 2003
    • Brian Gaeke's avatar
      Printer.cpp: Ditch addRequired/getAnalysis, because they leave · a92dce47
      Brian Gaeke authored
        Printer::doFinalization() out in the cold.  Now we pass in a TargetMachine
        to Printer's constructor and get the TargetData from the TargetMachine.
       Don't pass TargetMachine or MRegisterInfo objects around in the Printer.
       Constify TargetData references.
      X86.h: Update comment and prototype of createX86CodePrinterPass().
      X86TargetMachine.cpp: Update callers of createX86CodePrinterPass().
      
      llvm-svn: 7275
      a92dce47
Loading