diff options
Diffstat (limited to 'llvm/test/FileCheck/check-dag-overlap.txt')
| -rw-r--r-- | llvm/test/FileCheck/check-dag-overlap.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/FileCheck/check-dag-overlap.txt b/llvm/test/FileCheck/check-dag-overlap.txt index a94c6679ee6..027a243b955 100644 --- a/llvm/test/FileCheck/check-dag-overlap.txt +++ b/llvm/test/FileCheck/check-dag-overlap.txt @@ -168,7 +168,8 @@ Assume we have DAGs, NOTs, DAGs, NOTs, and then DAGs. Let X, Y, and Z be the DAG groups such that the leading DAGs are x, y, and z. y won't match overlaps with matches from: -1. X. Otherwise, we could get a spurious reordering complaint. +1. X. Otherwise, we used to get a spurious reordering complaint (back + when reordering complaints on DAG-NOT-DAG were still implemented). 2. Y, because y is in Y. To prevent these overlaps, the implementation must be careful not to drop y's match from the previous matches list when it drops matches from X to save search time. |

