Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes,
authorChris Lattner <sabre@nondot.org>
Mon, 19 Dec 2005 22:21:21 +0000 (22:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Dec 2005 22:21:21 +0000 (22:21 +0000)
commit9f8cc69009468a5096e32e897060ee0b5b9dddd8
treea8312b1f1446ea0492148a3d68b6e90e5506c62a
parent241116fbadd027ca34fdf567420edbcaac55405c
Fix a case where the DAG Combiner would accidentally CSE flag-producing nodes,
creating graphs that cannot be scheduled.

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