Commit 5e64bbbb by H.J. Lu Committed by H.J. Lu

Fix a typo in comments

	* ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.

From-SVN: r207398
parent 33425d6c
2014-02-02 H.J. Lu <hongjiu.lu@intel.com>
* ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments.
2014-02-01 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/60003
......
......@@ -189,7 +189,7 @@ false_predicate (void)
}
/* Return true if P is (false). */
/* Return true if P is (true). */
static inline bool
true_predicate_p (struct predicate *p)
......
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