Skip to content
Commit cddc4c17 authored by Chris Lattner's avatar Chris Lattner
Browse files

use a c-style cast instead of reinterpret-cast, as sometimes the

cast needs to adjust for a vtable pointer when going from base to
derived type (when the base doesn't have a vtable but the
derived type does).

llvm-svn: 95585
parent 9e60686a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment