mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[NewPM] Mark some more wrapper passes as ignored
We shouldn't print IR when seeing these passes.
This commit is contained in:
parent
c35e5975c3
commit
a2acab380b
@ -370,7 +370,8 @@ void unwrapAndPrint(raw_ostream &OS, Any IR,
|
||||
// Return true when this is a pass for which changes should be ignored
|
||||
bool isIgnored(StringRef PassID) {
|
||||
return isSpecialPass(PassID,
|
||||
{"PassManager", "PassAdaptor", "AnalysisManagerProxy"});
|
||||
{"PassManager", "PassAdaptor", "AnalysisManagerProxy",
|
||||
"DevirtSCCRepeatedPass", "ModuleInlinerWrapperPass"});
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Loading…
Reference in New Issue
Block a user