mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-28 06:24:57 +00:00
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -185,7 +185,7 @@ static void ContractNodes(std::unique_ptr<Matcher> &MatcherPtr,
|
||||
/// Conceptually, we'd like to sink these predicates all the way to the last
|
||||
/// matcher predicate in the series. However, it turns out that some
|
||||
/// ComplexPatterns have side effects on the graph, so we really don't want to
|
||||
/// run a the complex pattern if the pattern predicate will fail. For this
|
||||
/// run a complex pattern if the pattern predicate will fail. For this
|
||||
/// reason, we refuse to sink the pattern predicate past a ComplexPattern.
|
||||
///
|
||||
static void SinkPatternPredicates(std::unique_ptr<Matcher> &MatcherPtr) {
|
||||
|
Reference in New Issue
Block a user