summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-01-12 22:19:22 +0000
committerAdrian Prantl <aprantl@apple.com>2015-01-12 22:19:22 +0000
commitb16d9ebb0c53c8b3631dc3d8420e4fba538598ad (patch)
treed77587320193c07e29e0dfa6f1031e9ca50e6939 /llvm/test/DebugInfo
parent0d4fb985042bc00d4a9ed017a652f6840061a6db (diff)
downloadbcm5719-llvm-b16d9ebb0c53c8b3631dc3d8420e4fba538598ad.tar.gz
bcm5719-llvm-b16d9ebb0c53c8b3631dc3d8420e4fba538598ad.zip
Debug info: Factor out the creation of DWARF expressions from AsmPrinter
into a new class DwarfExpression that can be shared between AsmPrinter and DwarfUnit. This is the first step towards unifying the two entirely redundant implementations of dwarf expression emission in DwarfUnit and AsmPrinter. Almost no functional change — Testcases were updated because asm comments that used to be on two lines now appear on the same line, which is actually preferable. llvm-svn: 225706
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/X86/subreg.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/subreg.ll b/llvm/test/DebugInfo/X86/subreg.ll
index 6ba435015ef..a9a566cb077 100644
--- a/llvm/test/DebugInfo/X86/subreg.ll
+++ b/llvm/test/DebugInfo/X86/subreg.ll
@@ -3,8 +3,7 @@
; We are testing that a value in a 16 bit register gets reported as
; being in its superregister.
-; CHECK: .byte 80 # super-register
-; CHECK-NEXT: # DW_OP_reg0
+; CHECK: .byte 80 # super-register DW_OP_reg0
; CHECK-NEXT: .byte 147 # DW_OP_piece
; CHECK-NEXT: .byte 2 # 2
OpenPOWER on IntegriCloud