diff options
author | Dan Gohman <gohman@apple.com> | 2010-11-16 21:27:00 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-11-16 21:27:00 +0000 |
commit | 6397420a3096fda2c9c00df477c5b668053afdf7 (patch) | |
tree | d8f7311bec7eaf84db49771c06cfdbca72f3f40d /llvm/lib/CodeGen/ExpandPseudos.cpp | |
parent | 3e2ec64367ddfbe4587c4be5c5570c0c0f544d48 (diff) | |
download | bcm5719-llvm-6397420a3096fda2c9c00df477c5b668053afdf7.tar.gz bcm5719-llvm-6397420a3096fda2c9c00df477c5b668053afdf7.zip |
Fix grammaro.
llvm-svn: 119386
Diffstat (limited to 'llvm/lib/CodeGen/ExpandPseudos.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ExpandPseudos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ExpandPseudos.cpp b/llvm/lib/CodeGen/ExpandPseudos.cpp index 4f9e8ad2ae0..2f7bc8f6d46 100644 --- a/llvm/lib/CodeGen/ExpandPseudos.cpp +++ b/llvm/lib/CodeGen/ExpandPseudos.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// Expand Psuedo-instructions produced by ISel. These is usually to allow +// Expand Psuedo-instructions produced by ISel. These are usually to allow // the expansion to contain control flow, such as a conditional move // implemented with a conditional branch and a phi, or an atomic operation // implemented with a loop. |