[llvm-commits] [llvm] r150233 - /llvm/trunk/lib/CodeGen/Passes.cpp
Andrew Trick
atrick at apple.com
Thu Feb 9 23:08:25 PST 2012
Author: atrick
Date: Fri Feb 10 01:08:25 2012
New Revision: 150233
URL: http://llvm.org/viewvc/llvm-project?rev=150233&view=rev
Log:
comment grammar
Modified:
llvm/trunk/lib/CodeGen/Passes.cpp
Modified: llvm/trunk/lib/CodeGen/Passes.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/Passes.cpp?rev=150233&r1=150232&r2=150233&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/Passes.cpp (original)
+++ llvm/trunk/lib/CodeGen/Passes.cpp Fri Feb 10 01:08:25 2012
@@ -205,7 +205,7 @@
/// technique has maintainability tradeoffs because alternate pass orders are
/// not well supported. addPre/Post works better if the target pass is easily
/// tied to a common pass. But if it has subtle dependencies on multiple passes,
-/// overriding the stage instead.
+/// the target should override the stage instead.
///
/// TODO: We could use a single addPre/Post(ID) hook to allow pass injection
/// before/after any target-independent pass. But it's currently overkill.
More information about the llvm-commits
mailing list