summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/Inputs/only-needed-named-metadata.ll
blob: fa7bc2e3cc874f341626b104a56865e0635699b1 (plain)
1
2
3
4
5
6
7
8
9
@X = external global i32

declare i32 @foo()

define void @bar() {
	load i32, i32* @X
	call i32 @foo()
	ret void
}
OpenPOWER on IntegriCloud