Fix dump cfg pass (#2476)
This commit is contained in:
parent
723f4a1cb0
commit
9b32f85124
@ -106,13 +106,11 @@ class DumpCfgPass : public ModulePass {
|
|||||||
#else
|
#else
|
||||||
if (n.startswith("llvm.")) {
|
if (n.startswith("llvm.")) {
|
||||||
#endif
|
#endif
|
||||||
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user