| commit | 98c61711c6c5239b68e33a975090542d9731bdbc | [log] [tgz] |
|---|---|---|
| author | Sean Silva <silvas@purdue.edu> | Fri Oct 05 03:31:58 2012 +0000 |
| committer | Sean Silva <silvas@purdue.edu> | Fri Oct 05 03:31:58 2012 +0000 |
| tree | 6861626aa3f84ad041f7b976fc5b803192621470 | |
| parent | 303c8e36ef8b3adbec120750a9f35caeafe82075 [diff] |
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