mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
The comment seems irrelevant as the pass has become a BasicBlock pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac41ea2277
commit
99b2d3d852
@ -109,8 +109,6 @@ namespace {
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// PreSelection Pass - Specialize LLVM code for the current target machine.
|
||||
// This was and will be a basicblock pass, but make it a FunctionPass until
|
||||
// BasicBlockPass ::doFinalization(Function&) is available.
|
||||
//
|
||||
class PreSelection : public BasicBlockPass, public InstVisitor<PreSelection>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user