diff options
author | Michael Kruse <llvm@meinersbur.de> | 2015-08-10 13:26:09 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2015-08-10 13:26:09 +0000 |
commit | 7d21eb3506fb64092aacb140b83b0fc59373661c (patch) | |
tree | 2c9458913dd8345983728131d5d20713ea9af33c | |
parent | 20dcc9f7f113058f28ec1b15c60c71b1e10abe1a (diff) | |
download | bcm5719-llvm-7d21eb3506fb64092aacb140b83b0fc59373661c.tar.gz bcm5719-llvm-7d21eb3506fb64092aacb140b83b0fc59373661c.zip |
[RegionInfo] Fix typo
llvm-svn: 244445
-rw-r--r-- | llvm/include/llvm/Analysis/RegionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/RegionInfo.h b/llvm/include/llvm/Analysis/RegionInfo.h index 5dc8b40ed8e..57219fe0f41 100644 --- a/llvm/include/llvm/Analysis/RegionInfo.h +++ b/llvm/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 visualization of this region /// without instructions in the BasicBlocks. /// /// Useful during debugging as an alternative to dump(). |