[llvm-commits] CVS: llvm/lib/CodeGen/IfConversion.cpp
Devang Patel
dpatel at apple.com
Tue May 15 20:07:27 PDT 2007
On May 15, 2007, at 7:01 PM, Evan Cheng wrote:
> + if (!BBI.FBB)
> + BBI.FBB = findFalseBlock(BB, BBI.TBB);
> + AnalyzeBlock(BBI.FBB);
> + BBInfo &FBBI = BBAnalysis[BBI.FBB->getNumber()];
If findFalseBlock returns NULL then AnalyzeBlock may crash here.
-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070515/26652fac/attachment.html>
More information about the llvm-commits
mailing list