[bolt] std::atomic_uint64_t to std::atomic<uint64_t>
authorSriraman Tallam <tmsriram@google.com>
Tue, 19 Jul 2022 23:09:11 +0000 (16:09 -0700)
committerSriraman Tallam <tmsriram@google.com>
Tue, 19 Jul 2022 23:09:11 +0000 (16:09 -0700)
commit116ee23f4cc6e830dfc6e47cd792e2f014ae2ace
treec45a5c8deb3021c9fbbfb7e5dd4bebebe896ddb3
parent16cccc66b8be498e04fe8aff5512c8e8a154d6f3
[bolt] std::atomic_uint64_t to std::atomic<uint64_t>

Differential Revision: https://reviews.llvm.org/D129903
bolt/include/bolt/Passes/ShrinkWrapping.h
bolt/lib/Passes/ShrinkWrapping.cpp