diff gcc/cbc-tree-debug.c @ 25:2476ed92181e

modified machine description of i386 for support indirect sibcall attributed fastcall.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Tue, 27 Oct 2009 16:04:06 +0900
parents 959d4c8c8abc
children
line wrap: on
line diff
--- a/gcc/cbc-tree-debug.c	Thu Oct 15 18:47:39 2009 +0900
+++ b/gcc/cbc-tree-debug.c	Tue Oct 27 16:04:06 2009 +0900
@@ -29,3 +29,21 @@
 {
 	return DECL_NAME (t);
 }
+
+tree
+_CALL_EXPR_FN (tree t)
+{
+	return CALL_EXPR_FN (t);
+}
+
+tree
+_CALL_EXPR_ARGS (tree t)
+{
+	return CALL_EXPR_ARGS (t);
+}
+
+tree
+_CALL_EXPR_ARG (tree t, int i)
+{
+	return CALL_EXPR_ARG (t, i);
+}