tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.
authorSean Silva <silvas@purdue.edu>
Fri, 5 Oct 2012 03:31:58 +0000 (03:31 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 5 Oct 2012 03:31:58 +0000 (03:31 +0000)
commit736ceace11249da645ec4ed91b8714832193ead4
treeab9c91b06c5f1cb4669f52de8616c2ba73428ebc
parent89adeb225db4cd4d5c671d2ac5e2e6a6e755b5bc
tblgen: Replace uses of dynamic_cast<XXXRecTy> with dyn_cast<>.

This is a mechanical change of dynamic_cast<> to dyn_cast<>. A number of
these uses are actually more like isa<> or cast<>, and will be changed
to the semanticaly appropriate one in a future patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165291 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/TableGen/Record.h
lib/TableGen/Record.cpp
lib/TableGen/TGParser.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp