Commit 7e42fa83 by Richard Stallman

(floatsidf2): Add missing arg to REAL_VALUE_ATOF.

From-SVN: r4155
parent c47783c0
...@@ -1585,7 +1585,7 @@ ...@@ -1585,7 +1585,7 @@
{ {
REAL_VALUE_TYPE d; REAL_VALUE_TYPE d;
/* 4503601774854144 is (1 << 30) * ((1 << 22) + (1 << 1)). */ /* 4503601774854144 is (1 << 30) * ((1 << 22) + (1 << 1)). */
d = REAL_VALUE_ATOF (\"4503601774854144\"); d = REAL_VALUE_ATOF (\"4503601774854144\", DFmode);
operands[2] = gen_reg_rtx (DFmode); operands[2] = gen_reg_rtx (DFmode);
operands[3] = CONST_DOUBLE_FROM_REAL_VALUE (d, DFmode); operands[3] = CONST_DOUBLE_FROM_REAL_VALUE (d, DFmode);
operands[4] = gen_reg_rtx (SImode); operands[4] = gen_reg_rtx (SImode);
......
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