mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Rename Lifted tag to Isolated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user