summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-02-17 14:45:36 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-02-17 14:45:36 +0000
commit185baf809b2caffcd06bc2d152f62c273ff12f07 (patch)
tree273bc36f76a7d1d82ad99fdbbb844cd967564c28
parentac02f1bb62a30e20823d06670febc15bd156a8e0 (diff)
downloadbcm5719-llvm-185baf809b2caffcd06bc2d152f62c273ff12f07.tar.gz
bcm5719-llvm-185baf809b2caffcd06bc2d152f62c273ff12f07.zip
Typo.
llvm-svn: 261093
-rw-r--r--llvm/include/llvm/Analysis/CGSCCPassManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/CGSCCPassManager.h b/llvm/include/llvm/Analysis/CGSCCPassManager.h
index 6b2600597a7..d314858c8dc 100644
--- a/llvm/include/llvm/Analysis/CGSCCPassManager.h
+++ b/llvm/include/llvm/Analysis/CGSCCPassManager.h
@@ -11,7 +11,7 @@
/// This header provides classes for managing passes over SCCs of the call
/// graph. These passes form an important component of LLVM's interprocedural
/// optimizations. Because they operate on the SCCs of the call graph, and they
-/// wtraverse the graph in post order, they can effectively do pair-wise
+/// traverse the graph in post order, they can effectively do pair-wise
/// interprocedural optimizations for all call edges in the program. At each
/// call site edge, the callee has already been optimized as much as is
/// possible. This in turn allows very accurate analysis of it for IPO.
OpenPOWER on IntegriCloud