[BOLT][DWARF][NFC] Fixed an assertion check
authorAlexander Yermolovich <ayermolo@meta.com>
Tue, 9 May 2023 18:37:13 +0000 (11:37 -0700)
committerAlexander Yermolovich <ayermolo@meta.com>
Tue, 9 May 2023 18:37:40 +0000 (11:37 -0700)
commit640e07c49037cca41a1bfbeb916b569d8c950aea
tree43775ea8f8977843ec82a8f1897bc86729bf12c6
parent15a480c05efd24adbc846b5c5b1d66439239eb43
[BOLT][DWARF][NFC] Fixed an assertion check

Spotted this one while working on new DWARF Rewriter. We were using wrong check
in assertion.

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D150167
bolt/lib/Rewrite/DWARFRewriter.cpp