[llvm-commits] PATCH: Add single entry / single exit accessors

Andreas Simbuerger simbuerg at googlemail.com
Tue Jan 11 03:12:19 PST 2011


Hi,

the attached patch adds accessors for single entry / single exit
edges to the regions.

The implementation(s) are copied from Region::isSimple(). A
later patch will change Region::isSimple() to use the accessors instead.

If a single edge cannot be found, null is returned.

Cheers,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-single-entry-single-exit-accessors.patch
Type: text/x-patch
Size: 1794 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110111/2c659ca4/attachment.bin>


More information about the llvm-commits mailing list