From: Akira Hatanaka Date: Tue, 10 Jan 2012 22:44:52 +0000 (+0000) Subject: Remove space. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9659d59ec368933050684af573b6d32ab5714332;p=clang Remove space. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index c9e6fc3de9..87c04eabda 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -3142,7 +3142,7 @@ llvm::Type *MipsABIInfo::getPaddingType(uint64_t Align, uint64_t Offset) const { return (Align == 16 && Offset & 0xf) ? llvm::IntegerType::get(getVMContext(), 64) : 0; } - + ABIArgInfo MipsABIInfo::classifyArgumentType(QualType Ty, uint64_t &Offset) const { uint64_t OrigOffset = Offset; @@ -3169,7 +3169,7 @@ MipsABIInfo::classifyArgumentType(QualType Ty, uint64_t &Offset) const { // latter case, padding is inserted if the offset of the aggregate is // unaligned. llvm::Type *ResType = HandleStructTy(Ty); - + if (!ResType) return ABIArgInfo::getIndirect(0);