summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2017-04-06 22:47:47 +0000
committerYi Kong <yikong@google.com>2017-04-06 22:47:47 +0000
commit60b5a1cd17b033d2cd83ef5eb3c1b7bfb5c313cd (patch)
treeb9e66f4c306212690bd6842d23382749c367fc4b /llvm/lib/Target/ARM/ARMSubtarget.h
parent5fba1e53f264529ecfdf317b5c8becc368c6c0c3 (diff)
downloadbcm5719-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.h1
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 {
OpenPOWER on IntegriCloud