mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix the FastISel class' doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1719731d3d
commit
40610241d0
@ -25,9 +25,9 @@ class MachineFunction;
|
|||||||
class TargetInstrInfo;
|
class TargetInstrInfo;
|
||||||
class TargetRegisterClass;
|
class TargetRegisterClass;
|
||||||
|
|
||||||
/// This file defines the FastISel class. This is a fast-path instruction
|
/// FastISel - This is a fast-path instruction selection class that
|
||||||
/// selection class that generates poor code and doesn't support illegal
|
/// generates poor code and doesn't support illegal types or non-trivial
|
||||||
/// types or non-trivial lowering, but runs quickly.
|
/// lowering, but runs quickly.
|
||||||
class FastISel {
|
class FastISel {
|
||||||
MachineBasicBlock *MBB;
|
MachineBasicBlock *MBB;
|
||||||
MachineFunction *MF;
|
MachineFunction *MF;
|
||||||
|
Loading…
Reference in New Issue
Block a user