Commit 45524ce9 by Richard Kenner

Fix typo in last change.

From-SVN: r8236
parent 303ec2aa
...@@ -3532,8 +3532,8 @@ safe_from_p (x, exp) ...@@ -3532,8 +3532,8 @@ safe_from_p (x, exp)
have no way of allocating temporaries of variable size. So we have no way of allocating temporaries of variable size. So we
assume here that something at a higher level has prevented a assume here that something at a higher level has prevented a
clash. This is somewhat bogus, but the best we can do. */ clash. This is somewhat bogus, but the best we can do. */
|| (TREE_TYPE (exp) != 0 && || (TREE_TYPE (exp) != 0 && TYPE_SIZE (TREE_TYPE (exp)) != 0
TREE_CODE (TYPE_SIZE (TREE_TYPE (exp))) != INTEGER_CST)) && TREE_CODE (TYPE_SIZE (TREE_TYPE (exp))) != INTEGER_CST))
return 1; return 1;
/* If this is a subreg of a hard register, declare it unsafe, otherwise, /* If this is a subreg of a hard register, declare it unsafe, otherwise,
......
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