diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll b/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll index 7906e7c7581..f1026b6ece7 100644 --- a/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll +++ b/llvm/test/CodeGen/ARM/sched-it-debug-nodes.ll @@ -69,10 +69,10 @@ attributes #3 = { nounwind } !16 = !DIBasicType(name: "unsigned char", size: 8, align: 8, encoding: DW_ATE_unsigned_char) !17 = !DIDerivedType(tag: DW_TAG_typedef, name: "size_t", file: !5, line: 3, baseType: !12) !18 = !{!19, !20, !21, !22} -!19 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "s", arg: 1, scope: !4, file: !5, line: 9, type: !9) -!20 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "u", arg: 2, scope: !4, file: !5, line: 9, type: !12) -!21 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "b", arg: 3, scope: !4, file: !5, line: 9, type: !13) -!22 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "n", arg: 4, scope: !4, file: !5, line: 9, type: !17) +!19 = !DILocalVariable(name: "s", arg: 1, scope: !4, file: !5, line: 9, type: !9) +!20 = !DILocalVariable(name: "u", arg: 2, scope: !4, file: !5, line: 9, type: !12) +!21 = !DILocalVariable(name: "b", arg: 3, scope: !4, file: !5, line: 9, type: !13) +!22 = !DILocalVariable(name: "n", arg: 4, scope: !4, file: !5, line: 9, type: !17) !23 = !{i32 2, !"Dwarf Version", i32 4} !24 = !{i32 2, !"Debug Info Version", i32 3} !25 = !{i32 1, !"wchar_size", i32 4} |