mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
09ba28c27c
Metadata attachments to instructions cannot be function-local. This is part of PR21532. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223574 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
170 B
LLVM
10 lines
170 B
LLVM
; This file is for use with metadata-a.ll
|
|
; RUN: true
|
|
|
|
define void @goo(i32 %b) nounwind {
|
|
entry:
|
|
ret void, !attach !0
|
|
}
|
|
|
|
!0 = metadata !{i32 524334, void (i32)* @goo}
|