Correct comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70340 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2009-04-29 00:09:22 +00:00
parent ce66c6114f
commit a24d1b1558

View File

@ -108,7 +108,7 @@ namespace llvm {
/// generated.
extern bool DisableJumpTables;
/// FastISel - This flag enables fast-path instruction selection
/// EnableFastISel - This flag enables fast-path instruction selection
/// which trades away generated code quality in favor of reducing
/// compile time.
extern bool EnableFastISel;