Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MIR / X86 / expected-machine-operand.mir
blobdb927be80bc02f2724626a98661ba0d20158055b
1 # RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 --- |
5   define i32 @foo() {
6   entry:
7     ret i32 0
8   }
10 ...
11 ---
12 name:            foo
13 body: |
14   bb.0.entry:
15     ; CHECK: [[@LINE+1]]:20: expected a machine operand
16     $eax = XOR32rr =
17     RET64 $eax
18 ...