]> granicus.if.org Git - llvm/commitdiff
[Target] Remove some code probably copy/pasted from another backend.
authorDavide Italiano <davide@freebsd.org>
Sun, 26 Mar 2017 21:45:04 +0000 (21:45 +0000)
committerDavide Italiano <davide@freebsd.org>
Sun, 26 Mar 2017 21:45:04 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298825 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64Subtarget.h

index d491b33b56af8c14aaf40e45fca437fe99d0945f..0a42ba5060f83aef6930c86b1fe7dcdb2762024b 100644 (file)
@@ -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);