comdat11.ll 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 $foo = comdat any @foo = global i8 1, comdat define void @zed() { call void @bar() ret void } define void @bar() comdat($foo) { ret void }