mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00:00
Fix typos.
llvm-svn: 119712
This commit is contained in:
parent
ac4c387e2d
commit
b0ffd6beca
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user