> I want this to be done at compile time, so I cant use a BitCastInst to > make them all generic pointers. What else can I do? Use a bitcast ConstantExpr. Ciao, Duncan.