]> granicus.if.org Git - clang/commitdiff
Fix typo in r354546
authorSerge Guelton <sguelton@redhat.com>
Thu, 21 Feb 2019 06:12:41 +0000 (06:12 +0000)
committerSerge Guelton <sguelton@redhat.com>
Thu, 21 Feb 2019 06:12:41 +0000 (06:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354548 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/CodeGen/CGFunctionInfo.h

index 862928bf4bcac4b240912ef4709721500a2145da..0076068e475755cb7aad36295fdd48a353efba3d 100644 (file)
@@ -115,11 +115,9 @@ private:
         PaddingInReg(false), InAllocaSRet(false), IndirectByVal(false),
         IndirectRealign(false), SRetAfterThis(false), InReg(false),
         CanBeFlattened(false), SignExt(false), SuppressSRet(false) {}
-}
 
 public : ABIArgInfo()
-    : ABIArgInfo(Direct) {
-}
+    : ABIArgInfo(Direct) {}
 
   static ABIArgInfo getDirect(llvm::Type *T = nullptr, unsigned Offset = 0,
                               llvm::Type *Padding = nullptr,