diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2022-02-08 10:43:22 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2022-02-08 12:10:21 -0500 |
commit | caf7f05c1c7320fe29c2ec4ebecac91a5c970633 (patch) | |
tree | e91105c455ebbfbee83fa574dc9b8b61ff9483fd /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 99d72ebddf97879c175552278601c824410884e8 (diff) | |
download | llvm-caf7f05c1c7320fe29c2ec4ebecac91a5c970633.zip llvm-caf7f05c1c7320fe29c2ec4ebecac91a5c970633.tar.gz llvm-caf7f05c1c7320fe29c2ec4ebecac91a5c970633.tar.bz2 |
[Attributor] Emit fixed-point remark on function list
This patch replaces the function we emit the remark on when we run into
the fix-point limit. Previously we got a function to emit a remark on
from the worklist's associated function. However, the worklist may not
always have an associated function in the case of global variables.
Replace this with the function set, and if there are no functions don't
emit the remark.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D119248
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions