From: Davide Italiano Date: Sun, 26 Mar 2017 21:45:04 +0000 (+0000) Subject: [Target] Remove some code probably copy/pasted from another backend. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a175e4bb1fe87f7956c3d45eb7495c9e7dddf79;p=llvm [Target] Remove some code probably copy/pasted from another backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298825 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64Subtarget.h b/lib/Target/AArch64/AArch64Subtarget.h index d491b33b56a..0a42ba5060f 100644 --- a/lib/Target/AArch64/AArch64Subtarget.h +++ b/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);