diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir')
| -rw-r--r-- | llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir b/llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir index a885a566b67..3d094a11e9f 100644 --- a/llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir +++ b/llvm/test/CodeGen/MIR/X86/expected-target-flag-name.mir @@ -14,13 +14,11 @@ ... --- name: inc -body: - - id: 0 - name: entry - instructions: -# CHECK: [[@LINE+1]]:51: expected the name of the target flag - - '%rax = MOV64rm %rip, 1, _, target-flags( ) @G, _' - - '%eax = MOV32rm killed %rax, 1, _, 0, _' - - '%eax = INC32r killed %eax, implicit-def dead %eflags' - - 'RETQ %eax' +body: | + bb.0.entry: + ; CHECK: [[@LINE+1]]:46: expected the name of the target flag + %rax = MOV64rm %rip, 1, _, target-flags( ) @G, _ + %eax = MOV32rm killed %rax, 1, _, 0, _ + %eax = INC32r killed %eax, implicit-def dead %eflags + RETQ %eax ... |

