aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/OpWeightsAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/OpWeightsAsm.ml')
-rw-r--r--aarch64/OpWeightsAsm.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/aarch64/OpWeightsAsm.ml b/aarch64/OpWeightsAsm.ml
index ca120228..3ce2c68e 100644
--- a/aarch64/OpWeightsAsm.ml
+++ b/aarch64/OpWeightsAsm.ml
@@ -69,7 +69,7 @@ module Cortex_A53 = struct
match i' with Pfcmp0 _ -> 6 | _ -> 1)
| PBasic (PArith (Pcset (_, _))) | PBasic (PArith (Pcsel (_, _, _, _))) -> 6
| PBasic (PArith _) -> 1
- | PBasic (PLoad (_, _, _)) -> 3
+ | PBasic (PLoad _) -> 3
| PBasic (PStore (_, _, _)) -> 3
| PBasic (Pallocframe (_, _)) -> 3
| PBasic (Pfreeframe (_, _)) -> 1
@@ -109,7 +109,7 @@ module Cortex_A53 = struct
match i' with Pfcmp0 _ -> [| 1; 1; 1; 0 |] | _ -> [| 1; 1; 0; 0 |])
| PBasic (PArith (Pcset (_, _))) | PBasic (PArith (Pcsel (_, _, _, _))) -> [| 1; 1; 1; 0 |]
| PBasic (PArith _) -> [| 1; 1; 0; 0 |]
- | PBasic (PLoad (_, _, _)) -> [| 1; 0; 0; 1 |]
+ | PBasic (PLoad _) -> [| 1; 0; 0; 1 |]
| PBasic (PStore (_, _, _)) -> [| 1; 0; 0; 1 |]
| PBasic (Pallocframe (_, _)) -> [| 1; 0; 0; 1 |]
| PBasic (Pfreeframe (_, _)) -> [| 1; 1; 0; 0 |]