Commit c15b529f by David Edelsohn

- fix formatting of previous patch.

From-SVN: r56174
parent 0f7866e7
......@@ -9431,7 +9431,7 @@ function_ok_for_sibcall (fndecl)
for (type = TYPE_ARG_TYPES (TREE_TYPE (fndecl));
type; type = TREE_CHAIN (type))
{
if (TREE_CODE (TREE_VALUE (type)) == VECTOR_TYPE )
if (TREE_CODE (TREE_VALUE (type)) == VECTOR_TYPE)
return 0;
}
}
......
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