Commit 55448d12 by Richard Kenner

Whitespace change.

From-SVN: r68031
parent 5ab481e0
...@@ -309,7 +309,7 @@ struct tree_common GTY(()) ...@@ -309,7 +309,7 @@ struct tree_common GTY(())
/* Special checks for TREE_OPERANDs. */ /* Special checks for TREE_OPERANDs. */
#define TREE_OPERAND_CHECK(T, I) __extension__ \ #define TREE_OPERAND_CHECK(T, I) __extension__ \
(*({const tree __t = EXPR_CHECK(T); \ (*({const tree __t = EXPR_CHECK (T); \
const int __i = (I); \ const int __i = (I); \
if (__i < 0 || __i >= TREE_CODE_LENGTH (TREE_CODE (__t))) \ if (__i < 0 || __i >= TREE_CODE_LENGTH (TREE_CODE (__t))) \
tree_operand_check_failed (__i, TREE_CODE (__t), \ tree_operand_check_failed (__i, TREE_CODE (__t), \
......
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