[llvm-commits] [llvm] r70340 - /llvm/trunk/include/llvm/Target/TargetOptions.h
Bill Wendling
isanbard at gmail.com
Tue Apr 28 17:09:22 PDT 2009
Author: void
Date: Tue Apr 28 19:09:22 2009
New Revision: 70340
URL: http://llvm.org/viewvc/llvm-project?rev=70340&view=rev
Log:
Correct comment.
Modified:
llvm/trunk/include/llvm/Target/TargetOptions.h
Modified: llvm/trunk/include/llvm/Target/TargetOptions.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetOptions.h?rev=70340&r1=70339&r2=70340&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetOptions.h (original)
+++ llvm/trunk/include/llvm/Target/TargetOptions.h Tue Apr 28 19:09:22 2009
@@ -108,7 +108,7 @@
/// 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;
More information about the llvm-commits
mailing list