[llvm-commits] [llvm] r149838 - in /llvm/trunk: lib/Transforms/Scalar/GVN.cpp test/Transforms/GVN/condprop.ll

Duncan Sands baldrick at free.fr
Sun Feb 5 10:59:01 PST 2012


Hi Eli,

> I don't think the assertion is actually asserting what you want it to;
> it's checking that Src is *the first* predecessor of Dst, not just
> that it's *a* predecessor.

I just realized that, like a doofus, I did my testing with assertions off!  You
are quite right of course.

Ciao, Duncan.



More information about the llvm-commits mailing list