diff options
author | Yi Kong <yikong@google.com> | 2017-04-06 22:47:47 +0000 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2017-04-06 22:47:47 +0000 |
commit | 60b5a1cd17b033d2cd83ef5eb3c1b7bfb5c313cd (patch) | |
tree | b9e66f4c306212690bd6842d23382749c367fc4b /llvm/lib/Target/ARM/ARMSubtarget.h | |
parent | 5fba1e53f264529ecfdf317b5c8becc368c6c0c3 (diff) | |
download | bcm5719-llvm-60b5a1cd17b033d2cd83ef5eb3c1b7bfb5c313cd.tar.gz bcm5719-llvm-60b5a1cd17b033d2cd83ef5eb3c1b7bfb5c313cd.zip |
Revert "Revert "[ARM] Add Kryo to available targets""
This reverts commit dc9458d5a747a02a9a8f198b84c2b92a6939a8dd.
Added missing case for PreISelOperandLatencyAdjustment.
llvm-svn: 299724
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h index 46c38578ba2..40993fc0aa8 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.h +++ b/llvm/lib/Target/ARM/ARMSubtarget.h @@ -64,6 +64,7 @@ protected: CortexR7, ExynosM1, Krait, + Kryo, Swift }; enum ARMProcClassEnum { |