1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Sean Silva f8b271827e 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.

llvm-svn: 165291
2012-10-05 03:31:58 +00:00
..
2012-02-22 19:38:03 +00:00
2012-09-21 15:26:34 +00:00
2010-11-29 18:16:10 +00:00
2012-07-23 08:51:15 +00:00
2012-04-03 23:09:22 +00:00
2012-03-23 05:50:46 +00:00
2010-08-04 16:11:24 +00:00
2012-01-26 22:06:23 +00:00