MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
[oota-llvm.git] / test / CodeGen / MIR / X86 / missing-comma.mir
index 76fea10e8b076a6a0d2ac5479cdc069f7734d9f7..092995e59c70309d16a6da50036ad76fc1628672 100644 (file)
 ...
 ---
 name:            foo
-body:
- - name:         entry
-   instructions:
-     # CHECK: 1:21: expected ',' before the next machine operand
-     - '%eax = XOR32rr %eax %eflags'
-     - 'RETQ %eax'
+body: |
+  bb.0.entry:
+    ; CHECK: [[@LINE+1]]:25: expected ',' before the next machine operand
+    %eax = XOR32rr %eax %eflags
+    RETQ %eax
 ...