ExpandPseudos doesn't have any dependencies, so it can use the

simple form of INITIALIZE_PASS.

llvm-svn: 119707
This commit is contained in:
Dan Gohman 2010-11-18 17:14:05 +00:00
parent f1ebfc1544
commit 21a9683641
1 changed files with 1 additions and 3 deletions

View File

@ -43,9 +43,7 @@ namespace {
} // end anonymous namespace
char ExpandPseudos::ID = 0;
INITIALIZE_PASS_BEGIN(ExpandPseudos, "expand-pseudos",
"Expand CodeGen Psueod-instructions", false, false)
INITIALIZE_PASS_END(ExpandPseudos, "expand-pseudos",
INITIALIZE_PASS(ExpandPseudos, "expand-pseudos",
"Expand CodeGen Psueod-instructions", false, false)
FunctionPass *llvm::createExpandPseudosPass() {