mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
Trivial cleanup
llvm-svn: 5899
This commit is contained in:
parent
18f2992e5e
commit
473df86e0b
@ -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
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user