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:
5864ac7
)
[RegionInfo] Fix typo
author
Michael Kruse
<llvm@meinersbur.de>
Mon, 10 Aug 2015 13:26:09 +0000
(13:26 +0000)
committer
Michael Kruse
<llvm@meinersbur.de>
Mon, 10 Aug 2015 13:26:09 +0000
(13:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244445
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/RegionInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/RegionInfo.h
b/include/llvm/Analysis/RegionInfo.h
index 5dc8b40ed8e52da51dba2442f54057b0ef07f078..57219fe0f41422cb2eb2abd1c4d753f2bfcf8e43 100644
(file)
--- a/
include/llvm/Analysis/RegionInfo.h
+++ b/
include/llvm/Analysis/RegionInfo.h
@@
-853,7
+853,7
@@
public:
/// Useful during debugging as an alternative to dump().
void view();
- /// @brief Opens a viewer to show the GraphViz visalization of this region
+ /// @brief Opens a viewer to show the GraphViz vis
u
alization of this region
/// without instructions in the BasicBlocks.
///
/// Useful during debugging as an alternative to dump().