aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/illegal-bitfield-loadstore.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/illegal-bitfield-loadstore.ll')
-rw-r--r--test/CodeGen/X86/illegal-bitfield-loadstore.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/illegal-bitfield-loadstore.ll b/test/CodeGen/X86/illegal-bitfield-loadstore.ll
index fd503aa6c6e..e3b25a539c1 100644
--- a/test/CodeGen/X86/illegal-bitfield-loadstore.ll
+++ b/test/CodeGen/X86/illegal-bitfield-loadstore.ll
@@ -81,6 +81,7 @@ define void @i24_insert_bit(i24* %a, i1 zeroext %bit) {
; X86-NEXT: orl %edx, %eax
; X86-NEXT: movw %ax, (%ecx)
; X86-NEXT: popl %esi
+; X86-NEXT: .cfi_def_cfa_offset 4
; X86-NEXT: retl
;
; X64-LABEL: i24_insert_bit: