Use dyn_cast intead of isa + cast in the generated DAGISel code. This
authorDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 18:13:39 +0000 (18:13 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 19 Dec 2008 18:13:39 +0000 (18:13 +0000)
commit0b53d98c298b2846d36a4bfaf7a1a77d819430a6
tree8bf8c41e6a4d0b4dc7f4035fdcd66eb1979b9090
parentab63152871f4144050d0a58d592a95e089fe40d4
Use dyn_cast intead of isa + cast in the generated DAGISel code. This
reduces the amount of code slightly when assertions are enabled.

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