From 06efdd238ed7d14eaabc3b074c3b0b292c1c3127 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Fri, 10 Feb 2012 07:08:25 +0000 Subject: [PATCH] comment grammar git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150233 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Passes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp index 5a7ec66e086..abf677825c3 100644 --- a/lib/CodeGen/Passes.cpp +++ b/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. -- 2.34.1