Fix dump cfg pass (#2476)

This commit is contained in:
Dongjia "toka" Zhang 2024-08-06 18:47:49 +02:00 committed by GitHub
parent 723f4a1cb0
commit 9b32f85124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,13 +106,11 @@ class DumpCfgPass : public ModulePass {
#else
if (n.startswith("llvm.")) {
#endif
}
return true;
}
else {
} else {
return false;
}
}
}
};
} // namespace