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 TargetRegisterClass;
|
||||
|
||||
/// This file defines the FastISel class. This is a fast-path instruction
|
||||
/// selection class that generates poor code and doesn't support illegal
|
||||
/// types or non-trivial lowering, but runs quickly.
|
||||
/// FastISel - This is a fast-path instruction selection class that
|
||||
/// generates poor code and doesn't support illegal types or non-trivial
|
||||
/// lowering, but runs quickly.
|
||||
class FastISel {
|
||||
MachineBasicBlock *MBB;
|
||||
MachineFunction *MF;
|
||||
|
Loading…
Reference in New Issue
Block a user