summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-18 23:41:46 +0000
committerDan Gohman <gohman@apple.com>2008-08-18 23:41:46 +0000
commit4afb478d595b3fa9d254686a14dd2eed7d8175fc (patch)
tree0720780a84fc5e583e40e68863cf122cccea32a6 /llvm
parenta57c57067d158cf48d22ab3fd77c87ede1d7b978 (diff)
downloadbcm5719-llvm-4afb478d595b3fa9d254686a14dd2eed7d8175fc.tar.gz
bcm5719-llvm-4afb478d595b3fa9d254686a14dd2eed7d8175fc.zip
Fix the FastISel class' doxygen comment.
llvm-svn: 54957
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/FastISel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/FastISel.h b/llvm/include/llvm/CodeGen/FastISel.h
index bd00e4fa2a5..577e35ddc81 100644
--- a/llvm/include/llvm/CodeGen/FastISel.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud