summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFG.cpp
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-05-19 18:51:56 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-05-19 18:51:56 +0000
commit99bdd98a2bfc63593104f656d8166f369b8a0716 (patch)
tree58034ac464071b0490d6c9d5c24ffde49947f160 /clang/lib/Analysis/CFG.cpp
parent06e3bf670f422086e9575c259af40a5b12d12f6d (diff)
downloadbcm5719-llvm-99bdd98a2bfc63593104f656d8166f369b8a0716.tar.gz
bcm5719-llvm-99bdd98a2bfc63593104f656d8166f369b8a0716.zip
Fix 'CFG graph' typo. NFC
Patch by Jon Eyolfson! llvm-svn: 237713
Diffstat (limited to 'clang/lib/Analysis/CFG.cpp')
-rw-r--r--clang/lib/Analysis/CFG.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Analysis/CFG.cpp b/clang/lib/Analysis/CFG.cpp
index 94fa1d931cf..2744c5fbe72 100644
--- a/clang/lib/Analysis/CFG.cpp
+++ b/clang/lib/Analysis/CFG.cpp
@@ -203,9 +203,9 @@ int LocalScope::const_iterator::distance(LocalScope::const_iterator L) {
return D;
}
-/// BlockScopePosPair - Structure for specifying position in CFG during its
-/// build process. It consists of CFGBlock that specifies position in CFG graph
-/// and LocalScope::const_iterator that specifies position in LocalScope graph.
+/// Structure for specifying position in CFG during its build process. It
+/// consists of CFGBlock that specifies position in CFG and
+/// LocalScope::const_iterator that specifies position in LocalScope graph.
struct BlockScopePosPair {
BlockScopePosPair() : block(nullptr) {}
BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos)
OpenPOWER on IntegriCloud