mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
The "getField" method is a bit confusing considering we also have a "getFieldName" method. Instead, use "getFieldDecl" rather than "getField". Differential Revision: https://reviews.llvm.org/D147743