Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
      2 ; RUN: verify-uselistorder %s
      3 
      4 ; CHECK: !named = !{!0, !1}
      5 !named = !{!0, !1}
      6 
      7 !0 = distinct !DISubprogram()
      8 
      9 ; CHECK: !1 = !DILocalVariable(name: "foo", arg: 65535, scope: !0)
     10 !1 = !DILocalVariable(name: "foo", arg: 65535, scope: !0)
     11