aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-04-02 10:01:43 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2008-04-02 10:01:43 +0000
commit4846b4355c6f0253228e64ade49b8bf34227d693 (patch)
treebc6023893acaf15675538b0e59d69e987ad58feb /gcc/expr.h
parent4fefbcdbe559d35de023ef4456ffbacba9bc37ad (diff)
downloadgcc-4846b4355c6f0253228e64ade49b8bf34227d693.zip
gcc-4846b4355c6f0253228e64ade49b8bf34227d693.tar.gz
gcc-4846b4355c6f0253228e64ade49b8bf34227d693.tar.bz2
expr.c (expand_var): Delete it.
2008-04-02 Paolo Bonzini <bonzini@gnu.org> * expr.c (expand_var): Delete it. * expr.h (expand_var): Delete prototype. * function.c (expand_function_start): Use expand_decl instead. * cfgexpand.c (expand_one_static_var, expand_one_var): Don't call langhook. From-SVN: r133830
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index e3b2471..a1352a1 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -520,8 +520,6 @@ expand_normal (tree exp)
return expand_expr_real (exp, NULL_RTX, VOIDmode, EXPAND_NORMAL, NULL);
}
-extern void expand_var (tree);
-
/* At the start of a function, record that we have no previously-pushed
arguments waiting to be popped. */
extern void init_pending_stack_adjust (void);