aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Machregsaux.ml
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/Machregsaux.ml')
-rw-r--r--aarch64/Machregsaux.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/aarch64/Machregsaux.ml b/aarch64/Machregsaux.ml
index 15fb08ca..98e461eb 100644
--- a/aarch64/Machregsaux.ml
+++ b/aarch64/Machregsaux.ml
@@ -21,5 +21,4 @@ let class_of_type = function
| AST.Tany32 | AST.Tany64 -> assert false
(* number of available registers per class *)
-(* TODO: add this to all archs *)
let nr_regs = [| 29; 32 |]