diff options
author | Matthias Braun <matze@braunis.de> | 2017-02-10 00:09:20 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-02-10 00:09:20 +0000 |
commit | 2bef2a08c02b0bae797e5b974520a27e4ac05cf8 (patch) | |
tree | ea7226d6af27b6c7d757c53f761534e97bcde477 /llvm | |
parent | 62e1e8531b92a788b1ee2fe456d4c6ea7943aefc (diff) | |
download | bcm5719-llvm-2bef2a08c02b0bae797e5b974520a27e4ac05cf8.tar.gz bcm5719-llvm-2bef2a08c02b0bae797e5b974520a27e4ac05cf8.zip |
Fix syntax error
llvm-svn: 294678
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 38176b51489..c7315235a66 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -62,9 +62,9 @@ protected: CortexR5, CortexR52, CortexR7, - ExynosM1 + ExynosM1, Krait, - Swift, + Swift }; enum ARMProcClassEnum { None, |