aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TextAPI/Platform.cpp
diff options
context:
space:
mode:
authorAaron Puchert <aaron.puchert@sap.com>2021-05-06 23:07:40 +0200
committerAaron Puchert <aaron.puchert@sap.com>2021-05-06 23:07:42 +0200
commitd21e1b79ff7d40bca537c30da706e31e48483f21 (patch)
tree77ce873bb51e7c3645223780afc0e3f2640bb706 /llvm/lib/TextAPI/Platform.cpp
parentfca10c8808ff22f3069359b2f6b2d410612c70c1 (diff)
downloadllvm-d21e1b79ff7d40bca537c30da706e31e48483f21.zip
llvm-d21e1b79ff7d40bca537c30da706e31e48483f21.tar.gz
llvm-d21e1b79ff7d40bca537c30da706e31e48483f21.tar.bz2
Thread safety analysis: Eliminate parameter from intersectAndWarn (NFC)
We were modifying precisely when intersecting the lock sets of multiple predecessors without back edge. That's no coincidence: we can't modify on back edges, it doesn't make sense to modify at the end of a function, and otherwise we always want to intersect on forward edges, because we can build a new lock set for those. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D101755
Diffstat (limited to 'llvm/lib/TextAPI/Platform.cpp')
0 files changed, 0 insertions, 0 deletions