[NFC] Remove an empty line.
authorXin Tong <trent.xin.tong@gmail.com>
Fri, 27 Jul 2018 06:50:45 +0000 (06:50 +0000)
committerXin Tong <trent.xin.tong@gmail.com>
Fri, 27 Jul 2018 06:50:45 +0000 (06:50 +0000)
llvm-svn: 338104

llvm/lib/Linker/IRMover.cpp

index 12f0a1e67c1d10af2444137b86f7c2d8833fc014..738dec8e1f295521f02126e830dc470e561b07eb 100644 (file)
@@ -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;