summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-01-18-DbgValue.ll
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-07-25 06:43:01 +0000
committerManman Ren <manman.ren@gmail.com>2013-07-25 06:43:01 +0000
commit27ce44d3b4d2111c636fd802920dd0c35b7d6829 (patch)
treee79d72417eac1bd8cf85fc360eefd9c67afe84af /test/CodeGen/X86/2010-01-18-DbgValue.ll
parent4ef7eafa3f823443d1b8921f6020d946612281db (diff)
downloadllvm-27ce44d3b4d2111c636fd802920dd0c35b7d6829.tar.gz
llvm-27ce44d3b4d2111c636fd802920dd0c35b7d6829.tar.bz2
llvm-27ce44d3b4d2111c636fd802920dd0c35b7d6829.tar.xz
Debug Info: improve the verifier to check field types.
Make sure the context and type fields are MDNodes. We will generate verification errors if those fields are non-empty strings. Fix testing cases to make them pass the verifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-01-18-DbgValue.ll')
-rw-r--r--test/CodeGen/X86/2010-01-18-DbgValue.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-01-18-DbgValue.ll b/test/CodeGen/X86/2010-01-18-DbgValue.ll
index 7dba332b1b..ebdb1b54cc 100644
--- a/test/CodeGen/X86/2010-01-18-DbgValue.ll
+++ b/test/CodeGen/X86/2010-01-18-DbgValue.ll
@@ -31,7 +31,7 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
!llvm.dbg.cu = !{!3}
!0 = metadata !{i32 786689, metadata !1, metadata !"my_r0", metadata !2, i32 11, metadata !7, i32 0, null} ; [ DW_TAG_arg_variable ]
-!1 = metadata !{i32 786478, metadata !2, metadata !"foo", metadata !"foo", metadata !"foo", metadata !2, i32 11, metadata !4, i1 false, i1 true, i32 0, i32 0, null, i32 0, i1 false, double (%struct.Rect*)* @foo, null, null, null, i32 11} ; [ DW_TAG_subprogram ]
+!1 = metadata !{i32 786478, metadata !19, metadata !2, metadata !"foo", metadata !"foo", metadata !"foo", i32 11, metadata !4, i1 false, i1 true, i32 0, i32 0, null, i32 0, i1 false, double (%struct.Rect*)* @foo, null, null, null, i32 11} ; [ DW_TAG_subprogram ]
!2 = metadata !{i32 786473, metadata !19} ; [ DW_TAG_file_type ]
!3 = metadata !{i32 786449, i32 1, metadata !2, metadata !"4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", i1 false, metadata !"", i32 0, null, null, metadata !18, null, metadata !""} ; [ DW_TAG_compile_unit ]
!4 = metadata !{i32 786453, metadata !19, metadata !2, metadata !"", i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !5, i32 0, null} ; [ DW_TAG_subroutine_type ]