Remove an unneeded match condition: the type check for root node has been
authorEvan Cheng <evan.cheng@apple.com>
Mon, 31 Jul 2006 19:01:58 +0000 (19:01 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 31 Jul 2006 19:01:58 +0000 (19:01 +0000)
commit6966c48767f988dec21598bdb0e551caad0dea7b
tree336d23468e6a6d33b996d0ae940bbf9923f9decd
parentca3202893cebc26f88e579f166727537b678ab3e
Remove an unneeded match condition: the type check for root node has been
moved to outside the actual select routine.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29415 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp