Skip to content

Commit f44aafb

Browse files
committed
[NFC] Remove an empty line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338104 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 6dce5ed commit f44aafb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Linker/IRMover.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ bool TypeMapTy::areTypesIsomorphic(Type *DstTy, Type *SrcTy) {
166166
if (PointerType *PT = dyn_cast<PointerType>(DstTy)) {
167167
if (PT->getAddressSpace() != cast<PointerType>(SrcTy)->getAddressSpace())
168168
return false;
169-
170169
} else if (FunctionType *FT = dyn_cast<FunctionType>(DstTy)) {
171170
if (FT->isVarArg() != cast<FunctionType>(SrcTy)->isVarArg())
172171
return false;

0 commit comments

Comments
 (0)