summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/subreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/DebugInfo/X86/subreg.ll')
-rw-r--r--llvm/test/DebugInfo/X86/subreg.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/subreg.ll b/llvm/test/DebugInfo/X86/subreg.ll
index 5e837edfd2b..30c672396e4 100644
--- a/llvm/test/DebugInfo/X86/subreg.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud