diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir index 48d59933710..e1ee7a03f48 100644 --- a/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir +++ b/llvm/test/CodeGen/MIR/X86/expected-metadata-node-after-debug-location.mir @@ -48,14 +48,12 @@ frameInfo: maxAlignment: 4 stack: - { id: 0, name: x.addr, size: 4, alignment: 4 } -body: - - id: 0 - name: entry - instructions: - - '%0 = COPY %edi' - # CHECK: [[@LINE+1]]:51: expected a metadata node after 'debug-location' - - 'DBG_VALUE _, 0, !12, !13, debug-location 14' - - 'MOV32mr %stack.x.addr, 1, _, 0, _, %0' - - '%eax = COPY %0' - - 'RETQ %eax' +body: | + bb.0.entry: + %0 = COPY %edi + ; CHECK: [[@LINE+1]]:46: expected a metadata node after 'debug-location' + DBG_VALUE _, 0, !12, !13, debug-location 14 + MOV32mr %stack.x.addr, 1, _, 0, _, %0 + %eax = COPY %0 + RETQ %eax ... |