From 6a175e4bb1fe87f7956c3d45eb7495c9e7dddf79 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sun, 26 Mar 2017 21:45:04 +0000 Subject: [PATCH] [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 --- lib/Target/AArch64/AArch64Subtarget.h | 4 ---- 1 file changed, 4 deletions(-) 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); -- 2.40.0