tblgen: Use appropriate LLVM-style RTTI functions.
authorSean Silva <silvas@purdue.edu>
Fri, 5 Oct 2012 03:32:00 +0000 (03:32 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 5 Oct 2012 03:32:00 +0000 (03:32 +0000)
commit63554988a94b8a4bcf3de77659a0b27c07a0975d
tree2ce3076edee3b84b336bb9d8b2e8a878ab911e9b
parent736ceace11249da645ec4ed91b8714832193ead4
tblgen: Use appropriate LLVM-style RTTI functions.

Use isa<> or cast<> when semantically that is what is happening. Also
some trivial "style" cleanups at fix sites.

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