summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-08-06 16:33:56 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-08-06 16:33:56 +0000
commit98363225a3badb3cfbe539b0a000ef108b0fea87 (patch)
treea9b44f0e37eddbbd6fde4eb3cf6b546524dbb79b /include
parent242be6e0fff507f8fb80f10ecf94af43a869d75e (diff)
downloadllvm-98363225a3badb3cfbe539b0a000ef108b0fea87.tar.gz
llvm-98363225a3badb3cfbe539b0a000ef108b0fea87.tar.bz2
llvm-98363225a3badb3cfbe539b0a000ef108b0fea87.tar.xz
Implement review feedback. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/Passes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index 290e86f37e..4512982903 100644
--- a/include/llvm/CodeGen/Passes.h
+++ b/include/llvm/CodeGen/Passes.h
@@ -90,7 +90,7 @@ namespace llvm {
FunctionPass *createPrologEpilogCodeInserter();
/// LowerSubregs Pass - This pass lowers subregs to register-register copies
- /// which yields suboptimial, but correct code if the register allocator
+ /// which yields suboptimal, but correct code if the register allocator
/// cannot coalesce all subreg operations during allocation.
///
FunctionPass *createLowerSubregsPass();