OSDN Git Service

Remove ParentMap. You can just ask the domnode for its parent. No functionality
authorNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jul 2012 06:19:21 +0000 (06:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jul 2012 06:19:21 +0000 (06:19 +0000)
commit7a7a6db6d79b53fdf01bbd9519e669424c3ea7a0
tree2988a2df6661b117f109535a4fd9b375b6f7af93
parent85dccf18ea0e0b7258d1c5f186b616e022dbebf1
Remove ParentMap. You can just ask the domnode for its parent. No functionality
change.

Move the "Not profitable, avoid CSE!" debug message next to where we fail the
check for profitability and use a different message for avoiding CSE due to
being in different register classes.

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