Remove dynamic casts.
Asserting with cast<T> did not actually make much sense because there was no need to use dynamic casting in the first place. We could make the compiler to statically type check these objects. llvm-svn: 205350
Loading
Please sign in to comment