summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-03-26 21:45:04 +0000
committerDavide Italiano <davide@freebsd.org>2017-03-26 21:45:04 +0000
commita2c4e4b9295357ec3bbc2f5366c3b41b5bb1b45c (patch)
treeab898f524c401286307c2b4162edf7875a62097a /llvm
parent3b7a6f9be66c120beb5bdf4b5fd47f06ccd7142f (diff)
downloadbcm5719-llvm-a2c4e4b9295357ec3bbc2f5366c3b41b5bb1b45c.tar.gz
bcm5719-llvm-a2c4e4b9295357ec3bbc2f5366c3b41b5bb1b45c.zip
[Target] Remove some code probably copy/pasted from another backend.
llvm-svn: 298825
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/AArch64/AArch64Subtarget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64Subtarget.h b/llvm/lib/Target/AArch64/AArch64Subtarget.h
index d491b33b56a..0a42ba5060f 100644
--- a/llvm/lib/Target/AArch64/AArch64Subtarget.h
+++ b/llvm/lib/Target/AArch64/AArch64Subtarget.h
@@ -244,10 +244,6 @@ public:
bool useAA() const override { return UseAA; }
- /// getMaxInlineSizeThreshold - Returns the maximum memset / memcpy size
- /// that still makes it profitable to inline the call.
- unsigned getMaxInlineSizeThreshold() const { return 64; }
-
/// ParseSubtargetFeatures - Parses features string setting specified
/// subtarget options. Definition of function is auto generated by tblgen.
void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
OpenPOWER on IntegriCloud