commit | 6cfc806a6b82b60a3e923b6b89f2b4da62cdb50b | [log] [tgz] |
---|---|---|
author | Sean Silva <silvas@purdue.edu> | Wed Oct 10 20:24:43 2012 +0000 |
committer | Sean Silva <silvas@purdue.edu> | Wed Oct 10 20:24:43 2012 +0000 |
tree | 792b0800194da285c83f814a8ac1d93c59d0bcab | |
parent | b0c6fa3b4b74d9cd03beb5a4cb9702abc85ac169 [diff] |
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>. Some of these dyn_cast<>'s would be better phrased as isa<> or cast<>. That will happen in a future patch. There are also two dyn_cast_or_null<>'s slipped in instead of dyn_cast<>'s, since they were causing crashes with just dyn_cast<>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165646 91177308-0d34-0410-b5e6-96231b3b80d8