[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / FileCheck / check-multiple-prefixes-mixed.txt
1 // RUN: FileCheck -check-prefix=B -check-prefix=BOTH -input-file %s %s
2 // RUN: FileCheck -check-prefix=A -check-prefix=BOTH -input-file %s %s
3
4 ; A: {{a}}aaaaa
5 ; B: {{b}}bbbb
6 ; BOTH: {{q}}qqqqq
7 aaaaaa
8 bbbbb
9 qqqqqq
10 ccccc