[CodeExtractor] Separate function from param/ret attributes (NFC)
authorNikita Popov <npopov@redhat.com>
Mon, 3 Jan 2022 13:06:01 +0000 (14:06 +0100)
committerNikita Popov <npopov@redhat.com>
Mon, 3 Jan 2022 13:07:12 +0000 (14:07 +0100)
commit587495ffa1a4240179c0f0959c1709f23cc52513
tree6d9e3cf5d340c5570effc8788fb0fde436bd1af5
parentd76279404073e676a31f592d87a2f60306a00a12
[CodeExtractor] Separate function from param/ret attributes (NFC)

This list is confusing because it conflates functions attributes
(which are either extractable or not) and other attribute kinds,
which are simply irrelevant for this code.
llvm/lib/Transforms/Utils/CodeExtractor.cpp