Allow aliases to be unnamed.
[oota-llvm.git] / test / Assembler / dilocalvariable-arg-large.ll
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(tag: DW_TAG_arg_variable, name: "foo", arg: 65535, scope: !0)
10 !1 = !DILocalVariable(tag: DW_TAG_arg_variable, name: "foo", arg: 65535, scope: !0)