mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +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,
|
void visitOneOperand(Instruction &I, Constant* CV, unsigned opNum,
|
||||||
Instruction& insertBefore); // iworks on one operand
|
Instruction& insertBefore); // iworks on one operand
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Register the pass...
|
||||||
|
RegisterOpt<PreSelection> X("preselect",
|
||||||
|
"Specialize LLVM code for a target machine",
|
||||||
|
createPreSelectionPass);
|
||||||
} // end anonymous namespace
|
} // 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
|
// Helper functions used by methods of class PreSelection
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user