OSDN Git Service

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)
commit1cbafa143493210bbd490505083c5544f0987e4f
tree8bf8c41e6a4d0b4dc7f4035fdcd66eb1979b9090
parent5ed408aefbd35e89d6a8a137652f7fe549bfb56c
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