diff options
Diffstat (limited to 'test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir')
| -rw-r--r-- | test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir b/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir index 1e1b0fdcc8dcf..c89216bea67a9 100644 --- a/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir +++ b/test/CodeGen/MIR/X86/spill-slot-fixed-stack-object-immutable.mir @@ -22,11 +22,9 @@ fixedStack: - { id: 0, type: spill-slot, offset: 0, size: 4, isImmutable: true } stack: - { id: 0, offset: -12, size: 4, alignment: 4 } -body: - - id: 0 - name: entry - instructions: - - 'MOV32mr %rsp, 1, _, -4, _, %edi' - - '%eax = COPY %edi' - - 'RETQ %eax' +body: | + bb.0.entry: + MOV32mr %rsp, 1, _, -4, _, %edi + %eax = COPY %edi + RETQ %eax ... |
