mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
information about the current frame rather than the debug information about "this" and "self" when determining the types of those pointers. This allows expressions to work in frames that don't have valid "this" and "self" pointers, working around poor debug information. llvm-svn: 150051