aboutsummaryrefslogtreecommitdiff
path: root/il-gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'il-gen.c')
-rw-r--r--il-gen.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/il-gen.c b/il-gen.c
index 3253c5c..5e3a24b 100644
--- a/il-gen.c
+++ b/il-gen.c
@@ -662,20 +662,6 @@ void gen_cvt_ftof(int t)
}
}
-/* bound check support functions */
-
-/* generate first part of bounded pointer addition */
-void gen_bounded_ptr_add1(void)
-{
- /* not handled */
-}
-
-/* if deref is true, then also test dereferencing */
-void gen_bounded_ptr_add2(int deref)
-{
- /* not handled */
-}
-
-/* end of X86 code generator */
+/* end of CIL code generator */
/*************************************************************/