Fix the FastISel class' doxygen comment.

llvm-svn: 54957
This commit is contained in:
Dan Gohman 2008-08-18 23:41:46 +00:00
parent a57c57067d
commit 4afb478d59
1 changed files with 3 additions and 3 deletions

View File

@ -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;