[llvm-commits] [llvm] r71783 - /llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Duncan Sands baldrick at free.fr
Thu May 14 11:47:04 PDT 2009


Hi Dale,

> +        Value *V2 = I->getOperand(0)->getUnderlyingObject();
> +        if (V2) {

getUnderlyingObject never returns null, just the deepest thing
it managed to find.

Ciao,

Duncan.



More information about the llvm-commits mailing list