diff options
Diffstat (limited to 'test/DebugInfo/X86/subreg.ll')
-rw-r--r-- | test/DebugInfo/X86/subreg.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/DebugInfo/X86/subreg.ll b/test/DebugInfo/X86/subreg.ll index 5e837edfd2bf..30c672396e4e 100644 --- a/test/DebugInfo/X86/subreg.ll +++ b/test/DebugInfo/X86/subreg.ll @@ -4,8 +4,9 @@ ; being in its superregister. ; CHECK: .byte 80 # super-register DW_OP_reg0 -; CHECK-NEXT: .byte 147 # DW_OP_piece -; CHECK-NEXT: .byte 2 # 2 +; No need to a piece at offset 0. +; CHECK-NOT: DW_OP_piece +; CHECK-NOT: DW_OP_bit_piece define i16 @f(i16 signext %zzz) nounwind !dbg !1 { entry: |