[X86] ISD::INSERT_SUBVECTOR - use uint64_t index. NFCI.
[llvm-complete.git] / test / FileCheck / check-label-dag.txt
blob1ce4a8d2b07e87ee9c4a8707070687dd34958166
1 ; RUN: not FileCheck -input-file %s %s 2>&1 | FileCheck --check-prefix=ERROR %s
3 bar
4 zed
6 CHECK-LABEL: {{^}}bar
7 CHECK-DAG: {{^}}foo
8 CHECK-LABEL: {{^}}zed
10 ERROR: error: CHECK-DAG: expected string not found in input
11 ERROR-NEXT: CHECK-DAG: {{.....}}foo