Fix a typo in comments
* ipa-inline-analysis.c (true_predicate_p): Fix a typo in comments. From-SVN: r207398
This commit is contained in:
parent
33425d6c94
commit
5e64bbbbf3
@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user