Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the...
authorStephen Lin <stephenwlin@gmail.com>
Fri, 11 Oct 2013 18:38:36 +0000 (18:38 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Fri, 11 Oct 2013 18:38:36 +0000 (18:38 +0000)
commite5f740cc4f994c0db13a66de699bf95ccf24130e
tree32d5d86abb26101ae47bac380f43cea0595e9904
parent83f743a4d5b4298893adaada0270ff2d832a50c7
Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the initial implementation that was in r186162 but got lost in some subsequent refactoring. More explicit variable names and comments are present now to hopefully prevent repeat regression, as well as another test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192477 91177308-0d34-0410-b5e6-96231b3b80d8
test/FileCheck/check-label-dag-capture.txt [new file with mode: 0644]
utils/FileCheck/FileCheck.cpp