[llvm-commits] [llvm] r76849 - in /llvm/trunk/lib/CodeGen: PHIElimination.cpp PHIElimination.h

Duncan Sands baldrick at free.fr
Wed Jul 22 21:45:19 PDT 2009


Hi Lang,

> +  // Record PHI def.
> +  //assert(!hasPHIDef(DestReg) && "Vreg has multiple phi-defs?"); 
> +  //PHIDefs[DestReg] = &MBB;

this doesn't do much.

> +    // Record the kill.
> +    //PHIKills[SrcReg].insert(&opBlock);

Neither does this :)

Ciao,

Duncan.



More information about the llvm-commits mailing list