[FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' instruction...
[oota-llvm.git] / test / Other / FileCheck-space.txt
1 RUN: printf "a\nb" | FileCheck %s -check-prefix=TEST1
2 RUN: echo oo | FileCheck %s -check-prefix=TEST2
3
4 Check that CHECK-NEXT without a space after the colon works.
5 TEST1:a
6 TEST1-NEXT:b
7
8 Check that CHECK-NOT without a space after the colon works.
9 TEST2-NOT:foo