aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/TargetPrinter.ml
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/TargetPrinter.ml')
-rw-r--r--riscV/TargetPrinter.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscV/TargetPrinter.ml b/riscV/TargetPrinter.ml
index 52a6853a..373bd1a5 100644
--- a/riscV/TargetPrinter.ml
+++ b/riscV/TargetPrinter.ml
@@ -130,11 +130,6 @@ module Target : TARGET =
let section oc sec =
fprintf oc " %s\n" (name_of_section sec)
-(* Associate labels to floating-point constants and to symbols. *)
-
- let print_literal64 oc n lbl =
- fprintf oc "%a: .quad 0x%Lx\n" label lbl n
-
(* Generate code to load the address of id + ofs in register r *)
let loadsymbol oc r id ofs =