mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Make GCC happy by adding parens.
llvm-svn: 138748
This commit is contained in:
parent
d2fc51c0e5
commit
442620e4c4
@ -1774,8 +1774,8 @@ void PMStack::push(PMDataManager *PM) {
|
||||
PM->setDepth(this->top()->getDepth()+1);
|
||||
}
|
||||
else {
|
||||
assert(PM->getPassManagerType() == PMT_ModulePassManager
|
||||
|| PM->getPassManagerType() == PMT_FunctionPassManager
|
||||
assert((PM->getPassManagerType() == PMT_ModulePassManager
|
||||
|| PM->getPassManagerType() == PMT_FunctionPassManager)
|
||||
&& "pushing bad pass manager to PMStack");
|
||||
PM->setDepth(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user