From a2c4e4b9295357ec3bbc2f5366c3b41b5bb1b45c Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sun, 26 Mar 2017 21:45:04 +0000 Subject: [Target] Remove some code probably copy/pasted from another backend. llvm-svn: 298825 --- llvm/lib/Target/AArch64/AArch64Subtarget.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm') 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); -- cgit v1.2.3