[llvm-commits] [llvm] r54957 - /llvm/trunk/include/llvm/CodeGen/FastISel.h

Dan Gohman gohman at apple.com
Mon Aug 18 16:41:46 PDT 2008


Author: djg
Date: Mon Aug 18 18:41:46 2008
New Revision: 54957

URL: http://llvm.org/viewvc/llvm-project?rev=54957&view=rev
Log:
Fix the FastISel class' doxygen comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/FastISel.h

Modified: llvm/trunk/include/llvm/CodeGen/FastISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/FastISel.h?rev=54957&r1=54956&r2=54957&view=diff

==============================================================================
--- llvm/trunk/include/llvm/CodeGen/FastISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/FastISel.h Mon Aug 18 18:41:46 2008
@@ -25,9 +25,9 @@
 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;





More information about the llvm-commits mailing list