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 | 4229c62dcfb6a02d5d93ca9f022910dced77dcb0 (patch) | |
tree | 1d9fe8642ac6b768ff90e922f22d5d0c862cbfb3 | |
parent | a6d60ddbbb0c33690f7e89cad2b5e60cee84b89e (diff) |
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119712 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/ExpandPseudos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/ExpandPseudos.cpp b/lib/CodeGen/ExpandPseudos.cpp index 6e7ff593a0..df8d02a800 100644 --- a/lib/CodeGen/ExpandPseudos.cpp +++ b/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(); |