[llvm-commits] [llvm] r126008 - /llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
Devang Patel
dpatel at apple.com
Fri Feb 18 17:28:37 PST 2011
Author: dpatel
Date: Fri Feb 18 19:28:37 2011
New Revision: 126008
URL: http://llvm.org/viewvc/llvm-project?rev=126008&view=rev
Log:
DIE numbers do not add any value in this test.
Modified:
llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
Modified: llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll?rev=126008&r1=126007&r2=126008&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll Fri Feb 18 19:28:37 2011
@@ -3,11 +3,11 @@
target triple = "x86_64-apple-darwin10.0.0"
; Check debug info for variable z_s
-;CHECK: .ascii "z_s" ## DW_AT_name
-;CHECK-NEXT: .byte 0
-;CHECK-NEXT: .byte 1 ## DW_AT_decl_file
-;CHECK-NEXT: .byte 27 ## DW_AT_decl_line
-;CHECK-NEXT: .long 203 ## DW_AT_type
+;CHECK: .ascii "z_s" ## DW_AT_name
+;CHECK-NEXT: .byte 0
+;CHECK-NEXT: ## DW_AT_decl_file
+;CHECK-NEXT: ## DW_AT_decl_line
+;CHECK-NEXT: ## DW_AT_type
;CHECK-NEXT: ## DW_AT_location
More information about the llvm-commits
mailing list