Commit 3c40bd65 by Jeff Law

Revert "2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>"

This reverts commit ed8c02da028fb10d25a682e1838ba8b23a2c34ff.

From-SVN: r211915
parent c41f1c42
2014-06-23 Paul Gortmaker <paul.gortmaker@windriver.com>
* gcc.c (set_multilib_dir): Fix typo.
2014-06-23 Richard Biener <rguenther@suse.de>
* tree-ssa-loop.c (gate_loop): New function.
......
......@@ -7810,7 +7810,7 @@ set_multilib_dir (void)
}
if (multilib_dir == NULL && multilib_os_dir != NULL
&& strcmp (multilib_os_dir, ".") != 0)
&& strcmp (multilib_os_dir, ".") == 0)
{
free (CONST_CAST (char *, multilib_os_dir));
multilib_os_dir = NULL;
......
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