diff options
author | Chad Rosier <mcrosier@codeaurora.org> | 2016-02-17 14:45:36 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-02-17 14:45:36 +0000 |
commit | 185baf809b2caffcd06bc2d152f62c273ff12f07 (patch) | |
tree | 273bc36f76a7d1d82ad99fdbbb844cd967564c28 | |
parent | ac02f1bb62a30e20823d06670febc15bd156a8e0 (diff) | |
download | bcm5719-llvm-185baf809b2caffcd06bc2d152f62c273ff12f07.tar.gz bcm5719-llvm-185baf809b2caffcd06bc2d152f62c273ff12f07.zip |
Typo.
llvm-svn: 261093
-rw-r--r-- | llvm/include/llvm/Analysis/CGSCCPassManager.h | 2 |
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. |