[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversion
[llvm-core.git] / test / FileCheck / check-substring-multi-prefix-2.txt
blob618a2884d4adabad4c685ff957fcbc21302561b3
1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
5 this is the match
6 this is another
8 FOO
9 FOOBAR
10 FOOBAR: this is the {{match}}
11 BARFOO: this is {{another}}