[llvm] r261093 - Typo.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 06:45:36 PST 2016


Author: mcrosier
Date: Wed Feb 17 08:45:36 2016
New Revision: 261093

URL: http://llvm.org/viewvc/llvm-project?rev=261093&view=rev
Log:
Typo.

Modified:
    llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h

Modified: llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h?rev=261093&r1=261092&r2=261093&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h (original)
+++ llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h Wed Feb 17 08:45:36 2016
@@ -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.




More information about the llvm-commits mailing list