During codegen of a virtual call we would extract any casts in the expression
to see if we had an underlying final class or method, but we would then use the cast type to do the call, resulting in a direct call to the wrong method. llvm-svn: 159212
Loading
Please register or sign in to comment