summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Norton2017-08-15 16:18:30 +0100
committerRobert Norton2017-08-15 16:18:30 +0100
commit6b51abc19b5af4051f53be9de3cf07f311d193c1 (patch)
tree5651fc87f1720862ae6cc14317db679cd5b22c53
parent753d80d0527d6c334c70ff41a9857f86fc773d59 (diff)
remove unneeded regs_out_in.hgen files.
-rw-r--r--mips/hgen/regs_out_in.hgen5
-rw-r--r--risc-v/hgen/regs_out_in.hgen5
2 files changed, 0 insertions, 10 deletions
diff --git a/mips/hgen/regs_out_in.hgen b/mips/hgen/regs_out_in.hgen
deleted file mode 100644
index 8e1fd093..00000000
--- a/mips/hgen/regs_out_in.hgen
+++ /dev/null
@@ -1,5 +0,0 @@
-(* for each instruction instance, identify the role of the registers
- and possible branching: (outputs, inputs, voidstars, branch) *)
-
-| `MIPSAdd ->
- ([], [], [], [Next])
diff --git a/risc-v/hgen/regs_out_in.hgen b/risc-v/hgen/regs_out_in.hgen
deleted file mode 100644
index 8e1fd093..00000000
--- a/risc-v/hgen/regs_out_in.hgen
+++ /dev/null
@@ -1,5 +0,0 @@
-(* for each instruction instance, identify the role of the registers
- and possible branching: (outputs, inputs, voidstars, branch) *)
-
-| `MIPSAdd ->
- ([], [], [], [Next])