[llvm-commits] CVS: llvm/lib/CodeGen/IfConversion.cpp

Dale Johannesen dalej at apple.com
Fri Jun 8 15:10:41 PDT 2007


On Jun 8, 2007, at 3:01 PM, Evan Cheng wrote:

> +/// RemoveExtraEdges - Remove true / false edges if either / both  
> are no longer
> +/// successors.

This does pretty much the same thing as CorrectExtraCFGEdges in  
BranchFolding.cpp,
although I'm sure there are subtleties.  Can we combine them?




More information about the llvm-commits mailing list