changeset 6777:2c74ba717122 icedtea-2.6.23 icedtea-2.6.24pre00

8150652, PR3496: Remove unused code in AArch64 back end Reviewed-by: kvn
author aph
date Thu, 25 Feb 2016 14:59:44 +0000
parents b2a8ec2a9deb
children a0e20f20847d
files src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp	Thu Sep 03 04:06:33 2020 +0100
+++ b/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp	Thu Feb 25 14:59:44 2016 +0000
@@ -194,10 +194,6 @@
   return (r->reg2stack() + SharedRuntime::out_preserve_stack_slots()) * VMRegImpl::stack_slot_size;
 }
 
-template <class T> static const T& min (const T& a, const T& b) {
-  return (a > b) ? b : a;
-}
-
 // ---------------------------------------------------------------------------
 // Read the array of BasicTypes from a signature, and compute where the
 // arguments should go.  Values in the VMRegPair regs array refer to 4-byte