only-needed-named-metadata.ll 115 Bytes Raw Blame History Permalink 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 }