distributed_indexes.ll 218 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" define void @g() { entry: ret void } @analias = alias void (...), bitcast (void ()* @aliasee to void (...)*) define void @aliasee() { entry: ret void }