diff src/cpu/ppc/vm/ppc.ad @ 17800:c4178a748df9

8033117: PPC64: Adapt to 8002074: Support for AES on SPARC Summary: Implement missing function Matcher::pass_original_key_for_aes() in ppc64 ad file. Reviewed-by: kvn
author goetz
date Wed, 29 Jan 2014 12:22:13 +0100
parents c668f307a4c0
children 0f19095fd8c1
line wrap: on
line diff
--- a/src/cpu/ppc/vm/ppc.ad	Tue Feb 25 15:11:18 2014 -0800
+++ b/src/cpu/ppc/vm/ppc.ad	Wed Jan 29 12:22:13 2014 +0100
@@ -2143,6 +2143,11 @@
   return false;
 }
 
+// PPC AES support not yet implemented
+const bool Matcher::pass_original_key_for_aes() {
+  return false;
+}
+
 // RETURNS: whether this branch offset is short enough that a short
 // branch can be used.
 //