mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-23 20:34:58 +00:00
*** empty log message ***
llvm-svn: 3749
This commit is contained in:
parent
359bfe3943
commit
4045ba355d
@ -47,7 +47,8 @@ public:
|
||||
// Ignore non-selectable and non-constructible passes! Ignore
|
||||
// non-optimizations.
|
||||
return P->getPassArgument() == 0 ||
|
||||
(P->getNormalCtor() == 0 && P->getDataCtor() == 0) ||
|
||||
(P->getNormalCtor() == 0 && P->getDataCtor() == 0 &&
|
||||
P->getTargetCtor() == 0) ||
|
||||
ignorablePassImpl(P);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user