mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 10:16:43 +00:00
Trivial cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5899 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
961f7b4e4f
commit
ec8aae3e11
@ -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…
x
Reference in New Issue
Block a user