changeset 8973:5e587a29a6aa icedtea-3.0.0

8150652, PR2922: Remove unused code in AArch64 back end Reviewed-by: kvn
author aph
date Thu, 25 Feb 2016 14:59:44 +0000
parents 15b7a15b9310
children 49b8cecd1bbe
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 Mar 31 08:30:30 2016 +0000
+++ b/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp	Thu Feb 25 14:59:44 2016 +0000
@@ -207,10 +207,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