[PATCH] llvm-cov: Added -u option for unconditional branch info.

Justin Bogner mail at justinbogner.com
Thu Dec 12 18:31:51 PST 2013


Yuchen Wu <yuchenericwu at hotmail.com> writes:
> Updated with changes from r197198.

It seems silly to indent all of printBranchInfo for an only vaguely
related case. Why not leave this function alone, check the
Options.UncondBranch in 'print' like you do for the other options, and
have a new function that just prints the uncond branch info?



More information about the llvm-commits mailing list