mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[NFC] Remove an empty line.
llvm-svn: 338104
This commit is contained in:
parent
26bab840b4
commit
a19cba4d76
@ -166,7 +166,6 @@ bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) {
|
||||
if (PointerType *PT = dyn_cast<PointerType>(DstTy)) {
|
||||
if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace())
|
||||
return false;
|
||||
|
||||
} else if (FunctionType *FT = dyn_cast<FunctionType>(DstTy)) {
|
||||
if (FT->isVarArg() != cast<FunctionType>(SrcTy)->isVarArg())
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user