Factor the ReachesChainWithoutSideEffects out of dag combiner into
authorChris Lattner <sabre@nondot.org>
Wed, 16 Jan 2008 05:49:24 +0000 (05:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Jan 2008 05:49:24 +0000 (05:49 +0000)
commit572dee71af1313e6742e1dfd5274fff326b9ef1c
tree12c20642044bdae9b10cc2d0a5acc6b713c4e422
parent8c231e5dda26b790ff388fe2f70eeeda621c9261
Factor the ReachesChainWithoutSideEffects out of dag combiner into
a public SDOperand::reachesChainWithoutSideEffects method.  No
functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46050 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp