diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir b/llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir index 2d4f57bad3d..e42e1e59f1e 100644 --- a/llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir +++ b/llvm/test/CodeGen/MIR/X86/stack-object-invalid-name.mir @@ -20,11 +20,9 @@ frameInfo: stack: # CHECK: [[@LINE+1]]:20: alloca instruction named 'x' isn't defined in the function 'test' - { id: 0, name: x, offset: -12, size: 4, alignment: 4 } -body: - - id: 0 - name: entry - instructions: - - 'MOV32mr %rsp, 1, _, -4, _, %edi' - - '%eax = MOV32rm %rsp, 1, _, -4, _' - - 'RETQ %eax' +body: | + bb.0.entry: + MOV32mr %rsp, 1, _, -4, _, %edi + %eax = MOV32rm %rsp, 1, _, -4, _ + RETQ %eax ... |