Commit ca46db87 by Mike Stump

Fix a simple typo.

From-SVN: r2368
parent b8b88835
...@@ -2000,7 +2000,7 @@ invert_truthvalue (arg) ...@@ -2000,7 +2000,7 @@ invert_truthvalue (arg)
&& code != NE_EXPR && code != EQ_EXPR) && code != NE_EXPR && code != EQ_EXPR)
return build1 (TRUTH_NOT_EXPR, type, arg); return build1 (TRUTH_NOT_EXPR, type, arg);
else else
return build (invert_tree_comparison (code), return build (invert_tree_comparison (code), type,
TREE_OPERAND (arg, 0), TREE_OPERAND (arg, 1)); TREE_OPERAND (arg, 0), TREE_OPERAND (arg, 1));
} }
......
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