MIR Serialization: Change MIR syntax - use custom syntax for MBBs.
[oota-llvm.git] / test / CodeGen / MIR / X86 / machine-verifier.mir
index 608a90ea4de8c09e1c618054b283e8cf09c97511..2cde970d7516ee00fddd93d7687b98864487afa2 100644 (file)
 ...
 ---
 name:            inc
 ...
 ---
 name:            inc
-body:
- - id:           0
-   name:         entry
-   liveins:      [ '%edi' ]
-   instructions:
-   # CHECK: *** Bad machine code: Too few operands ***
-   # CHECK: instruction: COPY2 operands expected, but 0 given.
-     - 'COPY'
-     - 'RETQ'
+body: |
+  bb.0.entry:
+    liveins: %edi
+   ; CHECK: *** Bad machine code: Too few operands ***
+   ; CHECK: instruction: COPY2 operands expected, but 0 given.
+    COPY
+    RETQ
 ...
 ...