commit | 6621e3b9636174886c9665b648f2ddc13effbc8a | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 02 19:15:44 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 02 19:15:44 2005 +0000 |
tree | c0b1a284f70a40e95d07ce8c5f55d57ed3bb0c94 | |
parent | aa38ce436bda5748921904394a12491eef5d990b [diff] |
Fix some buggy logic where we would try to remove nodes with two operands from the binary ops map, even if they had multiple results. This latent bug caused a few failures with the dag isel last night. To prevent stuff like this from happening in the future, add some really strict checking to make sure that the CSE maps always match up with reality! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23221 91177308-0d34-0410-b5e6-96231b3b80d8