blob: 7788186a54ab304f9e5319d77829221a1ecdf157 (
plain)
1
2
3
4
5
6
7
8
9
10
|
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
; RUN: verify-uselistorder %s
; CHECK: !named = !{!0, !1}
!named = !{!0, !1}
!0 = distinct !DISubprogram()
; CHECK: !1 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "foo", arg: 65535, scope: !0)
!1 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "foo", arg: 65535, scope: !0)
|