summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-02-10 07:08:25 +0000
committerAndrew Trick <atrick@apple.com>2012-02-10 07:08:25 +0000
commit09fc1bb605794d0615e90b07b142fabd576eb3fc (patch)
tree8e654241755f4206158b38d60af2eec34240b02b /llvm/lib/CodeGen
parentd205200d4168c67b09ae1377e8f4f539d6d51055 (diff)
downloadbcm5719-llvm-09fc1bb605794d0615e90b07b142fabd576eb3fc.tar.gz
bcm5719-llvm-09fc1bb605794d0615e90b07b142fabd576eb3fc.zip
comment grammar
llvm-svn: 150233
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/Passes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/Passes.cpp b/llvm/lib/CodeGen/Passes.cpp
index 5a7ec66e086..abf677825c3 100644
--- a/llvm/lib/CodeGen/Passes.cpp
+++ b/llvm/lib/CodeGen/Passes.cpp
@@ -205,7 +205,7 @@ void TargetPassConfig::addISelPrepare() {
/// 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.
OpenPOWER on IntegriCloud