From: Matthias Braun Date: Fri, 10 Feb 2017 00:09:20 +0000 (+0000) Subject: Fix syntax error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdb50b296217061fb5ce802d660f396648c73e25;p=llvm Fix syntax error git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMSubtarget.h b/lib/Target/ARM/ARMSubtarget.h index 38176b51489..c7315235a66 100644 --- a/lib/Target/ARM/ARMSubtarget.h +++ b/lib/Target/ARM/ARMSubtarget.h @@ -62,9 +62,9 @@ protected: CortexR5, CortexR52, CortexR7, - ExynosM1 + ExynosM1, Krait, - Swift, + Swift }; enum ARMProcClassEnum { None,