[SDAG] Let the DAG combiner take care of dead nodes rather than manually
authorChandler Carruth <chandlerc@gmail.com>
Sat, 2 Aug 2014 00:19:10 +0000 (00:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 2 Aug 2014 00:19:10 +0000 (00:19 +0000)
commit5e3bfde3f4cf642d9b96b27f4e485690576bab75
tree8aff12849330d93b9ac6f12f47cc91d83b7208ab
parent842a06e8dd73ed9cd541c4e8c786c425af9bc461
[SDAG] Let the DAG combiner take care of dead nodes rather than manually
deleting them. This already seems to work, as no tests fail without
this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214601 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp