Fix thumbv4t indirect calls
[oota-llvm.git] / test / FileCheck / dos-style-eol.txt
1 // Test for using FileCheck on DOS style end-of-line\r
2 // This test was deliberately committed with DOS style end of line.\r
3 // Don't change line endings!\r
4 // RUN: FileCheck -input-file %s %s\r
5 // RUN: FileCheck  --strict-whitespace -input-file %s %s\r
6 \r
7 LINE 1\r
8 ; CHECK: {{^}}LINE 1{{$}}\r
9 \r
10 LINE 2\r
11 ; CHECK: {{^}}LINE 2{{$}}