[PATCH] D54542: Remove unused getMDNodeFwdRefOrNull interfaces (NFC)
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 14 13:54:51 PST 2018
tejohnson added a comment.
@steven_wu I realized there are still some uses of the internal getMDNodeFwdRefOrNull implementation, so just removed the external interfaces. It seemed like switching to returning ErrorOr<MDNode*> actually made things more complicated, so I just tried to improve the existing error messages. Let me know if you have something else in mind.
Repository:
rL LLVM
https://reviews.llvm.org/D54542
More information about the llvm-commits
mailing list