[PATCH] D76175: [Attributor][NFC] Typos in doc

Stefanos Baziotis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 15 06:24:54 PDT 2020


baziotis updated this revision to Diff 250416.
baziotis edited the summary of this revision.
baziotis added a comment.

- Replacement of `getAssociatedFunction()` with `getAnchorScope()` where I think it's almost certain we want the parent function (we can revert that if you don't like it).
- Other small refactorings.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76175/new/

https://reviews.llvm.org/D76175

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76175.250416.patch
Type: text/x-patch
Size: 9554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200315/37ea0409/attachment.bin>


More information about the llvm-commits mailing list