Rename Lifted tag to Isolated

This commit is contained in:
Alessandro Di Federico
2022-03-17 14:08:05 +01:00
parent d9b8d49cca
commit 77335d036a
31 changed files with 36 additions and 36 deletions
@@ -30,7 +30,7 @@ bool MarkForSerializationPass::runOnFunction(llvm::Function &F) {
// Skip non-isolated functions
auto FTags = FunctionTags::TagsSet::from(&F);
if (not FTags.contains(FunctionTags::Lifted))
if (not FTags.contains(FunctionTags::Isolated))
return false;
// If the `-single-decompilation` option was passed from command line, skip