changeset 6033:6aed71db871e

corrected pipeline class for countTrailingZerosL
author adinn
date Thu, 11 Dec 2014 15:08:13 +0000
parents 39befa03b58a
children 5ad4c0916974
files src/cpu/aarch64/vm/aarch64.ad
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/aarch64/vm/aarch64.ad	Wed Dec 10 06:03:04 2014 +0000
+++ b/src/cpu/aarch64/vm/aarch64.ad	Thu Dec 11 15:08:13 2014 +0000
@@ -5989,7 +5989,7 @@
     __ clz(as_Register($dst$$reg), as_Register($dst$$reg));
   %}
 
-  ins_pipe( pipe_serial );
+  ins_pipe( ialu_reg );
 %}
 
 // ============================================================================