diff options
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir')
-rw-r--r-- | llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir b/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir index f7a48d2eec0..8ae76753984 100644 --- a/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir +++ b/llvm/test/CodeGen/MIR/X86/fixed-stack-memory-operands.mir @@ -29,7 +29,7 @@ stack: body: | bb.0.entry: frame-setup PUSH32r undef %eax, implicit-def %esp, implicit %esp - CFI_INSTRUCTION .cfi_def_cfa_offset 8 + CFI_INSTRUCTION def_cfa_offset 8 ; CHECK: name: test ; CHECK: %eax = MOV32rm %esp, 1, _, 8, _ :: (load 4 from %fixed-stack.0, align 16) %eax = MOV32rm %esp, 1, _, 8, _ :: (load 4 from %fixed-stack.0, align 16) |