]> granicus.if.org Git - llvm/commitdiff
Fix syntax error
authorMatthias Braun <matze@braunis.de>
Fri, 10 Feb 2017 00:09:20 +0000 (00:09 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 10 Feb 2017 00:09:20 +0000 (00:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294678 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMSubtarget.h

index 38176b514894c85d3ede1d587d70472a4adb9a1b..c7315235a66e14733f5ee19e340a0793ca7d8393 100644 (file)
@@ -62,9 +62,9 @@ protected:
     CortexR5,
     CortexR52,
     CortexR7,
-    ExynosM1
+    ExynosM1,
     Krait,
-    Swift,
+    Swift
   };
   enum ARMProcClassEnum {
     None,