Trivial cleanup

llvm-svn: 5899
This commit is contained in:
Chris Lattner 2003-04-24 18:35:51 +00:00
parent 18f2992e5e
commit 473df86e0b

View File

@ -150,14 +150,14 @@ namespace {
void visitOneOperand(Instruction &I, Constant* CV, unsigned opNum,
Instruction& insertBefore); // iworks on one operand
};
// Register the pass...
RegisterOpt<PreSelection> X("preselect",
"Specialize LLVM code for a target machine",
createPreSelectionPass);
} // end anonymous namespace
// Register the pass...
static RegisterOpt<PreSelection> X("preselect",
"Specialize LLVM code for a target machine",
createPreSelectionPass);
//------------------------------------------------------------------------------
// Helper functions used by methods of class PreSelection
//------------------------------------------------------------------------------