diff options
| author | Dan Gohman <gohman@apple.com> | 2008-08-18 23:41:46 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-08-18 23:41:46 +0000 |
| commit | 4afb478d595b3fa9d254686a14dd2eed7d8175fc (patch) | |
| tree | 0720780a84fc5e583e40e68863cf122cccea32a6 /llvm | |
| parent | a57c57067d158cf48d22ab3fd77c87ede1d7b978 (diff) | |
| download | bcm5719-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.h | 6 |
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; |

