projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adaace8
)
Fix a copy+pasto in a comment.
author
Dan Gohman
<gohman@apple.com>
Wed, 11 Nov 2009 18:14:02 +0000
(18:14 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 11 Nov 2009 18:14:02 +0000
(18:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86852
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/CFGPrinter.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/CFGPrinter.h
b/include/llvm/Analysis/CFGPrinter.h
index bee2c5b0d31a443ac42bd15e3adefb17717fed08..440d18267daf9fa4fd2cc0e7cd995add3a1b3ac4 100644
(file)
--- a/
include/llvm/Analysis/CFGPrinter.h
+++ b/
include/llvm/Analysis/CFGPrinter.h
@@
-72,7
+72,7
@@
struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits {
if (BI->isConditional())
return (I == succ_begin(Node)) ? "T" : "F";
- // Label source of
conditional branches with "T" or "F"
+ // Label source of
switch edges with the associated value.
if (const SwitchInst *SI = dyn_cast<SwitchInst>(Node->getTerminator())) {
unsigned SuccNo = I.getSuccessorIndex();