mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Another small speedup, this one to: 2.42s
llvm-svn: 8335
This commit is contained in:
parent
0cfd2b85b8
commit
4a96f4593e
@ -429,8 +429,8 @@ bool Type::isTypeAbstract() {
|
||||
void DerivedType::setDerivedTypeProperties() {
|
||||
// If the type is currently thought to be abstract, rescan all of our subtypes
|
||||
// to see if the type has just become concrete!
|
||||
setAbstract(true);
|
||||
setAbstract(isTypeAbstract());
|
||||
if (isAbstract())
|
||||
setAbstract(isTypeAbstract());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user