Simplify this code a little. In the fast scheduler, CreateNewSUnit
authorDan Gohman <gohman@apple.com>
Wed, 19 Nov 2008 23:39:02 +0000 (23:39 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 19 Nov 2008 23:39:02 +0000 (23:39 +0000)
commitcdb260de83e209cd97632343e03343da3629d59f
tree26be055354d8803c47ea2790395a19c0aaed304b
parente3066abfcf3b34ef6ff84e851d08f6db35908ac9
Simplify this code a little. In the fast scheduler, CreateNewSUnit
and CreateClone don't add any extra value.

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