diff options
author | Christopher Lamb <christopher.lamb@gmail.com> | 2007-08-06 16:33:56 +0000 |
---|---|---|
committer | Christopher Lamb <christopher.lamb@gmail.com> | 2007-08-06 16:33:56 +0000 |
commit | 98363225a3badb3cfbe539b0a000ef108b0fea87 (patch) | |
tree | a9b44f0e37eddbbd6fde4eb3cf6b546524dbb79b /include | |
parent | 242be6e0fff507f8fb80f10ecf94af43a869d75e (diff) | |
download | external_llvm-98363225a3badb3cfbe539b0a000ef108b0fea87.zip external_llvm-98363225a3badb3cfbe539b0a000ef108b0fea87.tar.gz external_llvm-98363225a3badb3cfbe539b0a000ef108b0fea87.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 290e86f..4512982 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(); |