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)
llvm-svn: 354548

clang/include/clang/CodeGen/CGFunctionInfo.h

index 862928b..0076068 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,