]> granicus.if.org Git - clang/commitdiff
Remove commas at the end of lists (C++11 again)
authorTim Northover <tnorthover@apple.com>
Fri, 21 Feb 2014 12:16:59 +0000 (12:16 +0000)
committerTim Northover <tnorthover@apple.com>
Fri, 21 Feb 2014 12:16:59 +0000 (12:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201849 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuiltin.cpp

index feb585010e2fe3eb1df31c32ae3f7e500ac4ee99..eb2df93f2861592aa2893c259ee329dac0841e56 100644 (file)
@@ -1770,7 +1770,7 @@ enum {
   VectorRetGetArgs01 =
       AddRetType | Add2ArgTypes | VectorizeRetType | VectorizeArgTypes,
   FpCmpzModifiers =
-      AddRetType | VectorizeRetType | Add1ArgType | InventFloatType,
+      AddRetType | VectorizeRetType | Add1ArgType | InventFloatType
 };
 
  struct NeonIntrinsicInfo {
@@ -2339,7 +2339,7 @@ static NeonIntrinsicInfo ARMSIMDIntrinsicMap [] = {
   NEONMAP0(vuzp_v),
   NEONMAP0(vuzpq_v),
   NEONMAP0(vzip_v),
-  NEONMAP0(vzipq_v),
+  NEONMAP0(vzipq_v)
 };
 
 #undef NEONMAP0