summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ExpandPseudos.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-16 21:27:00 +0000
committerDan Gohman <gohman@apple.com>2010-11-16 21:27:00 +0000
commit6397420a3096fda2c9c00df477c5b668053afdf7 (patch)
treed8f7311bec7eaf84db49771c06cfdbca72f3f40d /llvm/lib/CodeGen/ExpandPseudos.cpp
parent3e2ec64367ddfbe4587c4be5c5570c0c0f544d48 (diff)
downloadbcm5719-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.cpp2
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.
OpenPOWER on IntegriCloud