[llvm-commits] CVS: llvm-gcc/gcc/fold-const.c
Chris Lattner
lattner at cs.uiuc.edu
Sat Mar 5 10:50:21 PST 2005
Changes in directory llvm-gcc/gcc:
fold-const.c updated: 1.4 -> 1.5
---
Log message:
make this public
---
Diffs of the changes: (+1 -2)
fold-const.c | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm-gcc/gcc/fold-const.c
diff -u llvm-gcc/gcc/fold-const.c:1.4 llvm-gcc/gcc/fold-const.c:1.5
--- llvm-gcc/gcc/fold-const.c:1.4 Sun Mar 7 22:04:31 2004
+++ llvm-gcc/gcc/fold-const.c Sat Mar 5 12:48:35 2005
@@ -70,7 +70,6 @@
static tree const_binop (enum tree_code, tree, tree, int);
static hashval_t size_htab_hash (const void *);
static int size_htab_eq (const void *, const void *);
-static tree fold_convert (tree, tree);
static enum tree_code invert_tree_comparison (enum tree_code);
static enum tree_code swap_tree_comparison (enum tree_code);
static int comparison_to_compcode (enum tree_code);
@@ -1557,7 +1556,7 @@
/* Given T, a tree representing type conversion of ARG1, a constant,
return a constant tree representing the result of conversion. */
-static tree
+tree
fold_convert (tree t, tree arg1)
{
tree type = TREE_TYPE (t);
More information about the llvm-commits
mailing list