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)
commita475e4338be2e8c96455d5d789446548cdb4dc20
tree4f922f5b73a4120987ab5d98efa34ab6310405bd
parent98c61711c6c5239b68e33a975090542d9731bdbc
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.

llvm-svn: 165292
llvm/include/llvm/TableGen/Record.h
llvm/lib/TableGen/Record.cpp