Fix the FastISel class' doxygen comment.
authorDan Gohman <gohman@apple.com>
Mon, 18 Aug 2008 23:41:46 +0000 (23:41 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 18 Aug 2008 23:41:46 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54957 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/FastISel.h

index bd00e4fa2a528252e3f6d8fbc196be932eacfe01..577e35ddc81dafd1f5821d2aff0a917d45a25cca 100644 (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;