mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
11 lines
354 B
LLVM
11 lines
354 B
LLVM
|
; 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)
|