Mercurial > hg > CbC > CbC_llvm
view test/Linker/linkmdnode2.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; This file is used by linkmdnode.ll, so it doesn't actually do anything itself ; ; RUN: true !22 = !{i32 42, !"foobar"} declare i8 @llvm.something(metadata %a) define void @foo1() { ;; Intrinsic using MDNode and MDString %x = call i8 @llvm.something(metadata !22) ret void } ; PR9015 define void @test() { ret void, !abc !0 } !0 = !{!0, i32 42 }