Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294678 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Feb 10, 2017
1 parent 48a1daa commit fdb50b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Target/ARM/ARMSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
CortexR5,
CortexR52,
CortexR7,
ExynosM1
ExynosM1,
Krait,
Swift,
Swift
};
enum ARMProcClassEnum {
None,
Expand Down

0 comments on commit fdb50b2

Please sign in to comment.