search for: 96d6be36

Displaying 3 results from an estimated 3 matches for "96d6be36".

2008 May 27
0
[LLVMdev] DejaGnu test-suite coverage
On Mon, May 26, 2008 at 11:27 PM, Gabor Greif <gabor at mac.com> wrote: > Heh, > > my ex-boss would die seeing something like this :-) It's not too hard to produce, let me know if you want details, or ping me on IRC. > Just one comment, does GCOV have a flag for > a third category of lines, like "undesired to execute"? Nope. I'm a subscriber to the
2008 May 27
2
[LLVMdev] DejaGnu test-suite coverage
Heh, my ex-boss would die seeing something like this :-) Just one comment, does GCOV have a flag for a third category of lines, like "undesired to execute"? This would make the summary of <http://chandlerc.net/llvm-coverage/lib/Target/PowerPC/ PPCHazardRecognizers.cpp.gcov.html> much more favorable. Nice work! Cheers, Gabor
2008 May 28
2
[LLVMdev] DejaGnu test-suite coverage
...nk he means the lines like: switch (Opcode) { default: assert(0 && "Unknown load!"); where the default case is never executed. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080527/96d6be36/attachment.html>