[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)
commit3707dda9041a4cb418537413cde94bfab68697d5
tree5810be11bb8b8b5ced02011883b5fab5161b20a6
parent7fde1b3b831fa84920d4e2d344f0e210545ab5b9
[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.

llvm-svn: 214601
llvm/lib/Target/ARM/ARMISelLowering.cpp