[PATCH] llvm-cov: Added -u option for unconditional branch info.
Justin Bogner
mail at justinbogner.com
Mon Dec 16 13:56:26 PST 2013
Yuchen Wu <yuchenericwu at hotmail.com> writes:
>> 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?
>
> Fair point.
LGTM
More information about the llvm-commits
mailing list