aboutsummaryrefslogtreecommitdiff
path: root/il-gen.c
diff options
context:
space:
mode:
authorbellard <bellard>2002-03-03 22:45:55 +0000
committerbellard <bellard>2002-03-03 22:45:55 +0000
commit4226681d366b8bf44f9c2986e620ecd010923a82 (patch)
tree09c843ed35e8682759223c35155d003509942103 /il-gen.c
parent6933ac641f46c8bbe1f4c9f44382a04f1b956ba2 (diff)
downloadtinycc-4226681d366b8bf44f9c2986e620ecd010923a82.tar.gz
tinycc-4226681d366b8bf44f9c2986e620ecd010923a82.tar.bz2
added optionnal bound check compile - fixed error reporting
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 */
/*************************************************************/