From 40610241d00e219341ff4b7106c5baff08ad407b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 18 Aug 2008 23:41:46 +0000 Subject: [PATCH] Fix the FastISel class' doxygen comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54957 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/FastISel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h index bd00e4fa2a5..577e35ddc81 100644 --- a/include/llvm/CodeGen/FastISel.h +++ b/include/llvm/CodeGen/FastISel.h @@ -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;