diff options
author | Dan Gohman <gohman@apple.com> | 2010-11-18 17:44:17 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-11-18 17:44:17 +0000 |
commit | 5a1a2d53dee0a4eeaa315edc0c44b40c43326c96 (patch) | |
tree | b27991410288b08100e9ae3bde324aa234b929d4 /llvm/lib/CodeGen | |
parent | 0037f431e5cbf7a9585b7e1a8f9f89b352df4b20 (diff) | |
download | bcm5719-llvm-5a1a2d53dee0a4eeaa315edc0c44b40c43326c96.tar.gz bcm5719-llvm-5a1a2d53dee0a4eeaa315edc0c44b40c43326c96.zip |
Fix typos.
llvm-svn: 119712
Diffstat (limited to 'llvm/lib/CodeGen')
-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 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(); |