summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-18 17:44:17 +0000
committerDan Gohman <gohman@apple.com>2010-11-18 17:44:17 +0000
commit5a1a2d53dee0a4eeaa315edc0c44b40c43326c96 (patch)
treeb27991410288b08100e9ae3bde324aa234b929d4 /llvm/lib
parent0037f431e5cbf7a9585b7e1a8f9f89b352df4b20 (diff)
downloadbcm5719-llvm-5a1a2d53dee0a4eeaa315edc0c44b40c43326c96.tar.gz
bcm5719-llvm-5a1a2d53dee0a4eeaa315edc0c44b40c43326c96.zip
Fix typos.
llvm-svn: 119712
Diffstat (limited to 'llvm/lib')
-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 6e7ff593a0a..df8d02a8005 100644
--- a/llvm/lib/CodeGen/ExpandPseudos.cpp
+++ b/llvm/lib/CodeGen/ExpandPseudos.cpp
@@ -44,7 +44,7 @@ namespace {
char ExpandPseudos::ID = 0;
INITIALIZE_PASS(ExpandPseudos, "expand-pseudos",
- "Expand CodeGen Psueod-instructions", false, false)
+ "Expand CodeGen Pseudo-instructions", false, false)
FunctionPass *llvm::createExpandPseudosPass() {
return new ExpandPseudos();
OpenPOWER on IntegriCloud