mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-26 21:20:37 +00:00
No functionality change, just adjust some whitespace for coding style compliance.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d56acb36ab
commit
628b337561
@ -125,7 +125,7 @@ private:
|
||||
const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0);
|
||||
const ComparableFunction ComparableFunction::TombstoneKey =
|
||||
ComparableFunction(1);
|
||||
TargetData * const ComparableFunction::LookupOnly = (TargetData*)(-1);
|
||||
TargetData *const ComparableFunction::LookupOnly = (TargetData*)(-1);
|
||||
|
||||
}
|
||||
|
||||
@ -212,7 +212,7 @@ bool FunctionComparator::isEquivalentType(const Type *Ty1,
|
||||
return false;
|
||||
}
|
||||
|
||||
switch(Ty1->getTypeID()) {
|
||||
switch (Ty1->getTypeID()) {
|
||||
default:
|
||||
llvm_unreachable("Unknown type!");
|
||||
// Fall through in Release mode.
|
||||
|
Loading…
Reference in New Issue
Block a user