[llvm-commits] [llvm] r67139 - in /llvm/trunk: lib/Transforms/IPO/DeadArgumentElimination.cpp test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll

Duncan Sands baldrick at free.fr
Wed Mar 18 02:11:30 PDT 2009


Hi Chris,

> +        if (InvokeInst *II = dyn_cast<InvokeInst>(Call))
> +          InsertPt = II->getNormalDest()->begin();

mightn't this result in inserting the instructions before a
phi node?

Ciao,

Duncan.



More information about the llvm-commits mailing list