mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +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