[x86/MIR] Implement support for pre- and post-instruction symbols, as
[llvm-complete.git] / test / CodeGen / MIR / X86 / unrecognized-character.mir
blob4b6631099716aa3903cd2e0cb4a0392258ce1de7
1 # RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 --- |
5   define void @foo() {
6   entry:
7     ret void
8   }
10 ...
11 ---
12 name:            foo
13 body: |
14   bb.0.entry:
15     ; CHECK: [[@LINE+1]]:5: unexpected character '\'
16     \ RETQ
17 ...