diff options
Diffstat (limited to 'llvm')
| -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();  | 

