Commit d35357ed by Richard Stallman

*** empty log message ***

From-SVN: r1403
parent cf126f71
...@@ -53,6 +53,10 @@ void rshift_double (); ...@@ -53,6 +53,10 @@ void rshift_double ();
void lrotate_double (); void lrotate_double ();
void rrotate_double (); void rrotate_double ();
static tree const_binop (); static tree const_binop ();
#ifndef BRANCH_COST
#define BRANCH_COST 1
#endif
/* To do constant folding on INTEGER_CST nodes requires 64-bit arithmetic. /* To do constant folding on INTEGER_CST nodes requires 64-bit arithmetic.
We do that by representing the 64-bit integer as 8 shorts, We do that by representing the 64-bit integer as 8 shorts,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment