Skip to content
  • Dan Gohman's avatar
    Make -print-machineinstrs more readable. · 34341e69
    Dan Gohman authored
     - Be consistent when referring to MachineBasicBlocks: BB#0.
     - Be consistent when referring to virtual registers: %reg1024.
     - Be consistent when referring to unknown physical registers: %physreg10.
     - Be consistent when referring to known physical registers: %RAX
     - Be consistent when referring to register 0: %reg0
     - Be consistent when printing alignments: align=16
     - Print jump table contents.
     - Don't print host addresses, in general.
     - and various other cleanups.
    
    llvm-svn: 85682
    34341e69
Loading