Print debug info as:
authorChris Lattner <sabre@nondot.org>
Mon, 21 Aug 2006 22:56:29 +0000 (22:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Aug 2006 22:56:29 +0000 (22:56 +0000)
commit7c10b0d2c9b4d637edf27548c104b7199b0e3578
tree0d2920c3b8e75ce609b83b5a4df386d3b2f13605
parent3c000bf817f90212c8e5585f7c1981e68ee393fc
Print debug info as:

*** Register mapping ***
  reg 1024 -> %reg1028
  reg 1026 -> EAX
  reg 1027 -> %reg1028

instead of:

*** Register mapping ***
  reg 1024 -> reg 1028
  reg 1026 -> reg 15
  reg 1027 -> reg 1028

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29803 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp