src/cpu/ppc/vm/ppc.ad

changeset 6508
c4178a748df9
parent 6501
c668f307a4c0
child 6510
7c462558a08a
     1.1 --- a/src/cpu/ppc/vm/ppc.ad	Tue Feb 25 15:11:18 2014 -0800
     1.2 +++ b/src/cpu/ppc/vm/ppc.ad	Wed Jan 29 12:22:13 2014 +0100
     1.3 @@ -2143,6 +2143,11 @@
     1.4    return false;
     1.5  }
     1.6  
     1.7 +// PPC AES support not yet implemented
     1.8 +const bool Matcher::pass_original_key_for_aes() {
     1.9 +  return false;
    1.10 +}
    1.11 +
    1.12  // RETURNS: whether this branch offset is short enough that a short
    1.13  // branch can be used.
    1.14  //

mercurial